[PATCH] D49499: [X86] Prefer unpckhpd over movhlps in isel for fake unary cases

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 5 01:32:54 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/combine-fcopysign.ll:202
 ; SSE-NEXT:    shufps {{.*#+}} xmm3 = xmm3[3,1],xmm2[2,3]
-; SSE-NEXT:    movaps {{.*#+}} xmm7
+; SSE-NEXT:    movaps {{.*#+}} xmm7 = [nan,nan]
 ; SSE-NEXT:    movaps %xmm0, %xmm2
----------------
Don't include the nan comment - it'll fail on windows builds


Repository:
  rL LLVM

https://reviews.llvm.org/D49499





More information about the llvm-commits mailing list