llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[NFC] Move FPBuiltinFnSelection pass to Transforms

Open andykaylor opened this issue 1 year ago • 0 comments

This moves the FPBuiltinFnSelection pass to the llvm/lib/Transforms/Scalar directory. This is needed to enable future changes that will run this pass as part of the main pipeline for device compilation. With this pass in CodeGen, the slibs build would fail.

andykaylor avatar Jun 28 '24 00:06 andykaylor