[PATCH] D127469: [InstCombine] Optimize lshr+shl+and conversion pattern

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 20:40:59 PDT 2022


bcl5980 updated this revision to Diff 435783.
bcl5980 edited the summary of this revision.
bcl5980 added a comment.

C3 support non-uniform constant for `shl+lshr` and `lshr+shl`
update tests.


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

https://reviews.llvm.org/D127469

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127469.435783.patch
Type: text/x-patch
Size: 7458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220610/473672ec/attachment.bin>


More information about the llvm-commits mailing list