[PATCH] D26660: [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 23:16:46 PST 2016
craig.topper added a comment.
Wait. Nevermind. We need the instrinsic instructions to still exist because they are referenced by scalar_math_f32_patterns and scalar_math_f64_patterns. The _Int instrucctions are still used for the actual lowering of the patterns used by the upgrade and by the clang intrinsics
https://reviews.llvm.org/D26660
More information about the llvm-commits
mailing list