[PATCH] D113366: [InstCombine] Canonicalize range test idiom

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 12:15:54 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1376301c8727: [InstCombine] Canonicalize range test idiom (authored by nikic).

Changed prior to commit:
  https://reviews.llvm.org/D113366?vs=385352&id=385587#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113366

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/test/CodeGen/BPF/adjust-opt-icmp1.ll
  llvm/test/CodeGen/BPF/adjust-opt-icmp2.ll
  llvm/test/Transforms/InstCombine/2006-12-15-Range-Test.ll
  llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
  llvm/test/Transforms/InstCombine/2008-08-05-And.ll
  llvm/test/Transforms/InstCombine/and-or-icmps.ll
  llvm/test/Transforms/InstCombine/canonicalize-signed-truncation-check.ll
  llvm/test/Transforms/InstCombine/icmp-add.ll
  llvm/test/Transforms/InstCombine/icmp-sub.ll
  llvm/test/Transforms/InstCombine/icmp-topbitssame.ll
  llvm/test/Transforms/InstCombine/load-cmp.ll
  llvm/test/Transforms/InstCombine/minmax-fold.ll
  llvm/test/Transforms/InstCombine/or.ll
  llvm/test/Transforms/InstCombine/overflow.ll
  llvm/test/Transforms/InstCombine/smulo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113366.385587.patch
Type: text/x-patch
Size: 26330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/0c9a8ea7/attachment.bin>


More information about the llvm-commits mailing list