Skip to content

Commit 559a610

Browse files
committed
Replace -enable-ossa-modules with -sil-enable-late-ome
1 parent 2172aad commit 559a610

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/SILOptimizer/opaque_values_mandatory.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-sil-opt -diagnostics -enable-sil-opaque-values %s | \
22
// RUN: %target-sil-opt -Onone-performance -enable-sil-verify-all \
33
// RUN: -enable-sil-opaque-values -emit-sorted-sil \
4-
// RUN: -enable-ossa-modules -enable-copy-propagation | \
4+
// RUN: -sil-enable-late-ome -enable-copy-propagation | \
55
// RUN: %FileCheck %s
66

77
import Builtin

test/SILOptimizer/sil_combine_apply_ossa.sil

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// RUN: %target-sil-opt -enable-ossa-modules -enable-sil-verify-all %s -sil-combine -sil-combine-disable-alloc-stack-opts | %FileCheck %s
2-
3-
// -enable-ossa-modules happens to enable copy propagation during sil-combine, which these tests rely on.
1+
// RUN: %target-sil-opt -sil-enable-late-ome -enable-copy-propagation -enable-sil-verify-all %s -sil-combine -sil-combine-disable-alloc-stack-opts | %FileCheck %s
42

53
import Swift
64
import Builtin

0 commit comments

Comments
 (0)