[PATCH] D144248: [InstCombine] Improvement the analytics through the dominating condition

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 19:37:21 PST 2023


Allen updated this revision to Diff 499359.
Allen added a comment.
Herald added subscribers: kosarev, kerbowa, jvesely.

Fix 4 AMDGPU backend failed cases


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

https://reviews.llvm.org/D144248

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
  llvm/test/CodeGen/AMDGPU/collapse-endcf.ll
  llvm/test/CodeGen/AMDGPU/infinite-loop.ll
  llvm/test/CodeGen/AMDGPU/uniform-cfg.ll
  llvm/test/CodeGen/Thumb2/mve-memtp-branch.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-cttz-basics.ll
  llvm/test/Transforms/InstCombine/urem-via-cmp-select.ll
  llvm/test/Transforms/InstSimplify/select-implied.ll
  llvm/test/Transforms/LoopUnroll/runtime-exit-phi-scev-invalidation.ll
  llvm/test/Transforms/LoopUnroll/runtime-loop-at-most-two-exits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144248.499359.patch
Type: text/x-patch
Size: 21653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/92b6f750/attachment.bin>


More information about the llvm-commits mailing list