[PATCH] D78634: AArch64: materialize large stack offset into xzr correctly.
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 07:01:01 PDT 2020
ostannard added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/large-stack-cmp.ll:5
+; CHECK-LABEL: foo:
+; CHECK: adds [[TMP:x[0-9]+]], sp,
+; CHECK: cmn [[TMP]],
----------------
If two adds are being emitted we should test for both of them, and it would be good to test the immediate values too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78634/new/
https://reviews.llvm.org/D78634
More information about the llvm-commits
mailing list