[PATCH] D116969: [IRBuilder] Migrate icmp-folding to value-based FoldICmp.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 12:48:26 PST 2022


fhahn created this revision.
fhahn added reviewers: reames, nikic, lebedev.ri, nhaehnle.
Herald added a subscriber: dexonsmith.
fhahn requested review of this revision.
Herald added a project: LLVM.

Depends on D116935 <https://reviews.llvm.org/D116935>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116969

Files:
  llvm/include/llvm/Analysis/InstSimplifyFolder.h
  llvm/include/llvm/Analysis/TargetFolder.h
  llvm/include/llvm/IR/ConstantFolder.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/IRBuilderFolder.h
  llvm/include/llvm/IR/NoFolder.h
  llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
  llvm/test/Transforms/LoopVersioning/lcssa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116969.398721.patch
Type: text/x-patch
Size: 8116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220110/44a40121/attachment.bin>


More information about the llvm-commits mailing list