Skip to content

Revert "[SILOptimizer] Added MandatoryCombiner." #26954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions include/swift/SILOptimizer/PassManager/Passes.def
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/// This macro follows the same conventions as PASS(Id, Tag, Description),
/// but is used for IRGen passes which are built outside of the
/// SILOptimizer library.
///
///
/// An IRGen pass is created by IRGen and needs to be registered with the pass
/// manager dynamically.
#ifndef IRGEN_PASS
Expand Down Expand Up @@ -312,8 +312,6 @@ PASS(SerializeSILPass, "serialize-sil",
PASS(YieldOnceCheck, "yield-once-check",
"Check correct usage of yields in yield-once coroutines")
PASS(OSLogOptimization, "os-log-optimization", "Optimize os log calls")
PASS(MandatoryCombiner, "mandatory-combiner",
"Perform mandatory peephole combines")
PASS(BugReducerTester, "bug-reducer-tester",
"sil-bug-reducer Tool Testing by Asserting on a Sentinel Function")
PASS_RANGE(AllPasses, AADumper, BugReducerTester)
Expand Down
1 change: 0 additions & 1 deletion lib/SILOptimizer/Mandatory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ silopt_register_sources(
SemanticARCOpts.cpp
SILGenCleanup.cpp
YieldOnceCheck.cpp
MandatoryCombiner.cpp
OSLogOptimization.cpp
)
174 changes: 0 additions & 174 deletions lib/SILOptimizer/Mandatory/MandatoryCombiner.cpp

This file was deleted.

Loading