Introduce parsing, add a few instances of parameter use into GVN-PRE tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D72752
[GVN] add GVN parameters parsing to new pass manager ClosedPublic Authored by fedor.sergeev on Jan 14 2020, 11:58 PM.
Details Summary Introduce parsing, add a few instances of parameter use into GVN-PRE tests.
Diff Detail
Event Timelinefedor.sergeev added a parent revision: D72732: [GVN] introduce GVNOptions to control GVN pass behavior.Jan 14 2020, 11:59 PM
This revision is now accepted and ready to land.Jan 15 2020, 6:04 PM Closed by commit rG1f2dad1fd575: [GVN] add GVN parameters parsing to new pass manager (authored by fedor.sergeev). · Explain WhyJan 16 2020, 12:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 238587 llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/test/Transforms/GVN/PRE/load-pre-align.ll
llvm/test/Transforms/GVN/PRE/local-pre.ll
llvm/test/Transforms/GVN/PRE/pre-basic-add.ll
llvm/test/Transforms/GVN/PRE/pre-gep-load.ll
llvm/test/Transforms/GVN/PRE/pre-load.ll
llvm/test/Transforms/GVN/PRE/pre-single-pred.ll
|
Do you need this one now?