[PATCH] D72805: [X86] Remove X86ISD::FILD_FLAG and stop gluing nodes together.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 05:41:50 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll:659
+; AVX-32-NEXT:    vmovsd {{.*#+}} xmm0 = mem[0],zero
+; AVX-32-NEXT:    vmovhps {{.*#+}} xmm0 = xmm0[0,1],mem[0,1]
 ; AVX-32-NEXT:    vmovsd {{.*#+}} xmm1 = mem[0],zero
----------------
Its annoying that the update scripts hides the pointer math for stack accesses - it'd be good to check what aliasing is occurring. But it should be OK.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72805/new/

https://reviews.llvm.org/D72805





More information about the llvm-commits mailing list