[PATCH] D26660: [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Zvi Rackover via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 23:44:45 PST 2016
zvi added inline comments.
================
Comment at: test/CodeGen/X86/vec_ss_load_fold.ll:41
+; X32_AVX1-NEXT: vmulss LCPI0_1, %xmm0, %xmm0
+; X32_AVX1-NEXT: vblendps {{.*#+}} xmm0 = xmm0[0],xmm1[1,2,3]
+; X32_AVX1-NEXT: vminss LCPI0_2, %xmm0, %xmm0
----------------
This redundant blend should be documented in Bugzilla. It would be best to fix this before committing this patch.
https://reviews.llvm.org/D26660
More information about the llvm-commits
mailing list