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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 07:05:45 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/sse2-schedule.ll:5092
   store double %5, double* %1
   ret void
 }
----------------
This should be fixable by tweaking the test so use all the elements from xmm1


https://reviews.llvm.org/D52912





More information about the llvm-commits mailing list