[all-commits] [llvm/llvm-project] 88d8f1: [PassManager] add helper function to hold set of v...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon May 10 11:44:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88d8f10baf30b0df18eb542c426afc29b69f1313
https://github.com/llvm/llvm-project/commit/88d8f10baf30b0df18eb542c426afc29b69f1313
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M llvm/include/llvm/Passes/PassBuilder.h
M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
Log Message:
-----------
[PassManager] add helper function to hold set of vector passes (2nd try)
This is better no-functional-change-intended than the 1st attempt.
As noted in D102002, there were at least 2 diffs that went
unchecked in pass manager regressions tests: different pass
parameters (SimplifyCFG) and an extension point/callback.
Those should be lifted from the original code blocks correctly
now.
More information about the All-commits
mailing list