We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac8b3 commit 85aeb41Copy full SHA for 85aeb41
include/swift/SILOptimizer/PassManager/Passes.def
@@ -333,8 +333,6 @@ LEGACY_PASS(MandatoryARCOpts, "mandatory-arc-opts",
333
"Mandatory ARC Optimization")
334
LEGACY_PASS(HighLevelCSE, "high-level-cse",
335
"Common Subexpression Elimination on High-Level SIL")
336
-LEGACY_PASS(HighLevelLICM, "high-level-licm",
337
- "Loop Invariant Code Motion in High-Level SIL")
338
LEGACY_PASS(IVInfoPrinter, "iv-info-printer",
339
"Print Induction Variable Information for Testing")
340
LEGACY_PASS(LowerHopToActor, "lower-hop-to-actor",
@@ -347,8 +345,6 @@ LEGACY_PASS(JumpThreadSimplifyCFG, "jumpthread-simplify-cfg",
347
345
"Simplify CFG via Jump Threading")
348
346
LEGACY_PASS(LetPropertiesOpt, "let-properties-opt",
349
"Let Property Optimization")
350
-LEGACY_PASS(LICM, "licm",
351
- "Loop Invariant Code Motion")
352
LEGACY_PASS(LateCodeMotion, "late-codemotion",
353
"Late Code Motion with Release Hoisting")
354
LEGACY_PASS(LateDeadFunctionAndGlobalElimination, "late-deadfuncelim",
lib/SILOptimizer/LoopTransforms/CMakeLists.txt
@@ -4,5 +4,4 @@ target_sources(swiftSILOptimizer PRIVATE
4
COWArrayOpt.cpp
5
LoopRotate.cpp
6
LoopUnroll.cpp
7
- LICM.cpp
8
ForEachLoopUnroll.cpp)
0 commit comments