mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This eliminates a bunch of code and will make it significantly easier to maintain/add to this code/use this code.
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
// RUN: %sil-passpipeline-dumper -Onone | %FileCheck %s
|
|
|
|
// CHECK: ---
|
|
// CHECK: name: Mandatory Combines
|
|
// CHECK: passes: [ "for-each-loop-unroll", "mandatory-combine" ]
|
|
// CHECK: ---
|
|
// CHECK: name: Serialization
|
|
// CHECK: passes: [ "serialize-sil", "ownership-model-eliminator" ]
|
|
// CHECK: ---
|
|
// CHECK: name: Rest of Onone
|
|
// CHECK: passes: [ "use-prespecialized", "sil-assume-single-threaded",
|
|
// CHECK: "sil-debuginfo-gen" ]
|
|
// CHECK: ...
|