https://reviews.llvm.org/D90402 was inconsistent with where it put
LoopFlatten between the two pass managers. It also missed adding it to
the non-O1 function simplification pipeline.
PR48738
Differential D94650
[NewPM] Fix placement of LoopFlatten ClosedPublic Authored by aeubanks on Jan 13 2021, 9:50 PM.
Details
Summary https://reviews.llvm.org/D90402 was inconsistent with where it put PR48738
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 14 2021, 1:24 AM This revision was landed with ongoing or failed builds.Jan 14 2021, 9:50 AM Closed by commit rGa03ffa98503b: [NewPM] Fix placement of LoopFlatten (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316564 llvm/lib/Passes/PassBuilder.cpp
|