[PATCH] D83139: [InstCombine] Always try to invert non-canonical predicate of an icmp

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 08:36:03 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3b8bd1eea5b: [InstCombine] Always try to invert non-canonical predicate of an icmp (authored by lebedev.ri).
Herald added subscribers: dexonsmith, steven_wu.

Changed prior to commit:
  https://reviews.llvm.org/D83139?vs=275462&id=275502#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83139

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/ThinLTO/X86/cfi-devirt.ll
  llvm/test/Transforms/InstCombine/canonicalize-selects-icmp-condition-bittest.ll
  llvm/test/Transforms/InstCombine/icmp-mul-zext.ll
  llvm/test/Transforms/InstCombine/logical-select.ll
  llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll
  llvm/test/Transforms/InstCombine/shift.ll
  llvm/test/Transforms/LoopUnroll/runtime-loop-multiple-exits.ll
  llvm/test/Transforms/PGOProfile/chr.ll
  llvm/test/Transforms/SimplifyCFG/merge-cond-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83139.275502.patch
Type: text/x-patch
Size: 67441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200704/4a5ca390/attachment.bin>


More information about the llvm-commits mailing list