Depends on D117038.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Rebased on top of committed parent changes, with SimplifyQuery now being a member of InstSimplifyFolder directly.
Paths
| Differential D117039
[IRBuilder] Migrate gep-folding to value-based FoldGEP. ClosedPublic Authored by fhahn on Jan 11 2022, 9:59 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 11 2022, 2:28 PM Comment Actions Rebased on top of committed parent changes, with SimplifyQuery now being a member of InstSimplifyFolder directly. This revision was landed with ongoing or failed builds.Jan 14 2022, 3:24 AM Closed by commit rGdaf06590dc8f: [IRBuilder] Migrate gep-folding to value-based FoldGEP. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 399947 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/LoopVersioning/lcssa.ll
|