[PATCH] D49691: [DAGCombine] Allow alias analysis with inline asm calls and GluedNodes.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 29 15:44:11 PST 2018
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/X86/oddshuffles.ll:1670
+; AVX2-FAST-NEXT: vmovups %ymm4, (%rdi)
+; AVX2-FAST-NEXT: vmovups %ymm3, 64(%rdi)
; AVX2-FAST-NEXT: vzeroupper
----------------
Why is this changing? I don't see any inline asm...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49691/new/
https://reviews.llvm.org/D49691
More information about the llvm-commits
mailing list