[PATCH] D141829: Reapply [AArch64] fold subs ugt/ult to ands when the second operand is mask/pow2

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 22:17:54 PST 2023


bcl5980 updated this revision to Diff 490039.
bcl5980 added a comment.

update two more tests for:
(X & C) >=u Pow2
(X & C) <=u Mask


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141829/new/

https://reviews.llvm.org/D141829

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/andcompare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141829.490039.patch
Type: text/x-patch
Size: 6403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/6df1b578/attachment.bin>


More information about the llvm-commits mailing list