[PATCH] D118584: [AArch64] Combine ISD::AND into AArch64ISD::ANDS
Sam Tebbs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 02:16:17 PST 2022
samtebbs accepted this revision.
samtebbs added a comment.
This revision is now accepted and ready to land.
Herald added a project: All.
Nice one. LGTM if david has no other comments
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:17151
+// Combines for S forms of generic opcodes (AArch64ISD::ANDS into ISD::AND for
+// example). NOTE: This could be used for ANDS and SUBS too, if we can find test
+// cases.
----------------
ANDS -> ADDS
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118584/new/
https://reviews.llvm.org/D118584
More information about the llvm-commits
mailing list