[PATCH] D149699: [InstCombine] Improve bswap optimization

Austin Chang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 15:27:38 PDT 2023


austin880625 created this revision.
austin880625 added reviewers: goldstein.w.n, RKSimon, nikic.
Herald added subscribers: StephenFan, ecnelises, hiraditya.
Herald added a project: All.
austin880625 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The implementation of D149577 <https://reviews.llvm.org/D149577>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149699

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149699.518884.patch
Type: text/x-patch
Size: 15833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/6f32f37d/attachment.bin>


More information about the llvm-commits mailing list