[PATCH] D34999: [AArch64] Avoid selecting XZR inline ASM memory operand
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 14:22:26 PDT 2017
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM, with one minor comment.
================
Comment at: test/CodeGen/AArch64/asm-zero-address.ll:9
+ ret void
+}
----------------
Maybe put the test in test/CodeGen/AArch64/arm64-inline-asm.ll instead of its own file?
Repository:
rL LLVM
https://reviews.llvm.org/D34999
More information about the llvm-commits
mailing list