[all-commits] [llvm/llvm-project] a03ffa: [NewPM] Fix placement of LoopFlatten
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jan 14 09:50:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a03ffa98503bb6d5a990e61df060ed480c3e3f3b
https://github.com/llvm/llvm-project/commit/a03ffa98503bb6d5a990e61df060ed480c3e3f3b
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
[NewPM] Fix placement of LoopFlatten
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
Reviewed By: SjoerdMeijer
Differential Revision: https://reviews.llvm.org/D94650
More information about the All-commits
mailing list