[PATCH] D149783: [DAGCombiner] Add bswap(logic_op(bswap(x), y)) optimization

Austin Chang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 11:12:39 PDT 2023


austin880625 updated this revision to Diff 520448.
austin880625 added a comment.

fix `if` styling on early return


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

https://reviews.llvm.org/D149783

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/ARM/combine-bswap.ll
  llvm/test/CodeGen/X86/combine-bswap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149783.520448.patch
Type: text/x-patch
Size: 7015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230508/bda6525a/attachment.bin>


More information about the llvm-commits mailing list