[PATCH] D123894: [msan] Remove legacy PM pass
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 21:16:21 PDT 2022
MaskRay created this revision.
MaskRay added reviewers: eugenis, kda, vitalybuka.
Herald added subscribers: StephenFan, JDevlieghere, hiraditya.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove MemorySanitizerLegacyPass.
I am going to wait a bit for
- Rust https://internals.rust-lang.org/t/llvms-legacy-pass-manager-passes-for-sanitizers-will-go-away/16473
- SwiftShader https://issuetracker.google.com/issues/229437380
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123894
Files:
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123894.423220.patch
Type: text/x-patch
Size: 4291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220416/8a4c450c/attachment.bin>
More information about the llvm-commits
mailing list