[all-commits] [llvm/llvm-project] 822be4: Revert "[PassManager] add helper function to hold ...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon May 10 08:11:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 822be4bec894134fa63ed4d2d289f353f3cfcc19
https://github.com/llvm/llvm-project/commit/822be4bec894134fa63ed4d2d289f353f3cfcc19
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:
-----------
Revert "[PassManager] add helper function to hold set of vector passes"
This reverts commit fefcb1f878c2dad435af604955661ca02a5302de.
It was supposed to be NFC, but as noted in the post-commit
comments in D102002, that was not true: SimplifyCFG uses
different parameters and there's a difference in an
extension point / callback.
More information about the All-commits
mailing list