[PATCH] D152541: [InstCombine][CGP] Move swapMayExposeCSEOpportunities() fold

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 05:18:12 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG03de1cb715c9: [InstCombine][CGP] Move swapMayExposeCSEOpportunities() fold (authored by nikic).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152541

Files:
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/CodeGen/Lanai/sub-cmp-peephole.ll
  llvm/test/CodeGen/RISCV/aext-to-sext.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/varying-outer-2d-reduction.ll
  llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll
  llvm/test/CodeGen/X86/cmp-merge.ll
  llvm/test/CodeGen/X86/jump_sign.ll
  llvm/test/Transforms/InstCombine/abs-intrinsic.ll
  llvm/test/Transforms/InstCombine/icmp.ll
  llvm/test/Transforms/InstCombine/result-of-usub-is-non-zero-and-no-overflow.ll
  llvm/test/Transforms/InstCombine/strict-sub-underflow-check-to-comparison-of-sub-operands.ll
  llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
  llvm/test/Transforms/InstCombine/unsigned-sub-lack-of-overflow-check.ll
  llvm/test/Transforms/InstCombine/unsigned-sub-overflow-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152541.531707.patch
Type: text/x-patch
Size: 22523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230615/e3f89baf/attachment.bin>


More information about the llvm-commits mailing list