[all-commits] [llvm/llvm-project] c8b8d6: [Passes] Remove some legacy passes
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Feb 10 10:47:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8b8d6baddf9a744594a69e9fb266b724e2e99b2
https://github.com/llvm/llvm-project/commit/c8b8d6baddf9a744594a69e9fb266b724e2e99b2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO.h
M llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
M llvm/lib/Transforms/IPO/GlobalSplit.cpp
M llvm/lib/Transforms/IPO/IPO.cpp
Log Message:
-----------
[Passes] Remove some legacy passes
Namely CrossDSOCFI and GlobalSplit.
These are part of the optimization pipeline, of which the legacy pass manager version is deprecated.
More information about the All-commits
mailing list