This matches the legacy pipeline/pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
fix ARM unswitch test: looks like minsize functions are becoming smaller, which is good
Paths
| Differential D94559
[NewPM] Only non-trivially loop unswitch at -O3 and for non-optsize functions ClosedPublic Authored by aeubanks on Jan 12 2021, 3:17 PM.
Details Summary This matches the legacy pipeline/pass.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2021, 12:46 PM Comment Actions fix ARM unswitch test: looks like minsize functions are becoming smaller, which is good This revision was landed with ongoing or failed builds.Jan 13 2021, 2:57 PM Closed by commit rG39e6d242378a: [NewPM] Only non-trivially loop unswitch at -O3 and for non-optsize functions (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316521 llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
llvm/test/Transforms/SimpleLoopUnswitch/ARM/nontrivial-unswitch-cost.ll
llvm/test/Transforms/SimpleLoopUnswitch/pipeline.ll
|