[PATCH] D52912: [SelectionDAG] allow FP binops in SimplifyDemandedVectorElts

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 11:20:54 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/avx-schedule.ll:554
   %4 = shufflevector <4 x double> %3, <4 x double> %2, <4 x i32> <i32 0, i32 5, i32 6, i32 3>
   ret <4 x double> %4
 }
----------------
Looks like this test needs to be made more robust as well!


================
Comment at: test/CodeGen/X86/sse41-schedule.ll:121
   %4 = shufflevector <2 x double> %3, <2 x double> %2, <2 x i32> <i32 0, i32 3>
   ret <2 x double> %4
 }
----------------
And this one...


https://reviews.llvm.org/D52912





More information about the llvm-commits mailing list