[PATCH] D60482: [AArch64] Teach getTestBitOperand to look through ANY_EXTENDS
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 06:13:19 PDT 2019
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/AArch64/tbz-tbnz.ll:371
-; FIXME: Should be no lsl
-; CHECK: lsl w8, w0, #3
-; CHECK: tbnz w8, #5
+; CHECK-NOT: lsl
+; CHECK: tbnz w0, #2
----------------
As usual, I prefer to see positive (and complete and auto-generated) checks. The script can take a function name argument if updating this whole file is too painful.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60482/new/
https://reviews.llvm.org/D60482
More information about the llvm-commits
mailing list