[PATCH] D116968: [IRBuilder] Migrate add-folding to value-based FoldAdd.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 12:44:49 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/D116968
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/first-order-recurrence-complex.ll
llvm/test/Transforms/LoopVectorize/induction.ll
llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
llvm/test/Transforms/LoopVersioning/wrapping-pointer-versioning.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116968.398720.patch
Type: text/x-patch
Size: 14484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220110/2bf20964/attachment.bin>
More information about the llvm-commits
mailing list