[PATCH] D149577: [InstCombine] Add bswap(logic_op(bswap(x), y)) regression test case; NFC

Austin Chang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 13:01:19 PDT 2023


austin880625 updated this revision to Diff 519623.
austin880625 edited the summary of this revision.
austin880625 added a comment.

add `bswap(logic_op(bswap(x), bswap(y))) -> logic_op(x, y)` case


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

https://reviews.llvm.org/D149577

Files:
  llvm/test/Transforms/InstCombine/bswap-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149577.519623.patch
Type: text/x-patch
Size: 10344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/5e79999e/attachment.bin>


More information about the llvm-commits mailing list