[PATCH] D149699: [InstCombine][DAGCombiner] Improve bswap optimization

Austin Chang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 13:07:37 PDT 2023


austin880625 updated this revision to Diff 519223.
austin880625 retitled this revision from "[InstCombine] Improve bswap optimization" to "[InstCombine][DAGCombiner] Improve bswap optimization".
austin880625 added a comment.
Herald added a subscriber: pengfei.

add the diff on the test cases for CodeGen(DAGCombiner)


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

https://reviews.llvm.org/D149699

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/CodeGen/X86/combine-bswap.ll
  llvm/test/Transforms/InstCombine/bswap-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149699.519223.patch
Type: text/x-patch
Size: 16552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230503/bdda77db/attachment-0001.bin>


More information about the llvm-commits mailing list