[all-commits] [llvm/llvm-project] e931c2: [LegacyPM] Remove InstrOrderFileLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 19 23:59:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e931c2e870f96a19669e354086c49fa3ec8e6716
https://github.com/llvm/llvm-project/commit/e931c2e870f96a19669e354086c49fa3ec8e6716
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Instrumentation.h
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
M llvm/test/Instrumentation/InstrOrderFile/basic.ll
Log Message:
-----------
[LegacyPM] Remove InstrOrderFileLegacyPass
Following recent changes removing non-core features of the legacy
PM/optimization pipeline.
More information about the All-commits
mailing list