[all-commits] [llvm/llvm-project] e26017: [LegacyPM] Remove AnnotationRemarksLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 4 23:51:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e26017d4c5a5871e75f56140b5d47da483cf8f25
https://github.com/llvm/llvm-project/commit/e26017d4c5a5871e75f56140b5d47da483cf8f25
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
M llvm/test/Transforms/Util/trivial-auto-var-init-call.ll
M llvm/test/Transforms/Util/trivial-auto-var-init-crash-20210521.ll
M llvm/test/Transforms/Util/trivial-auto-var-init-store.ll
M llvm/test/Transforms/Util/trivial-auto-var-init-unknown.ll
Log Message:
-----------
[LegacyPM] Remove AnnotationRemarksLegacyPass
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline. This is a new pass (2020-11) to generate remarks from
!annotation metadata (e.g. -ftrivial-auto-var-init=).
More information about the All-commits
mailing list