[all-commits] [llvm/llvm-project] fefcb1: [PassManager] add helper function to hold set of v...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu May 6 12:43:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fefcb1f878c2dad435af604955661ca02a5302de
https://github.com/llvm/llvm-project/commit/fefcb1f878c2dad435af604955661ca02a5302de
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-06 (Thu, 06 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
This is no-functional-change-intended (NFC) and split off from
D102002 (which proposes to eliminate the LTO-based differences).
More information about the All-commits
mailing list