Skip to content

Commit 9a0bdf3

Browse files
committed
[Test] Run copy-propagation on SILOptimizer/opaque_values_mandatory.sil.
1 parent 62687e5 commit 9a0bdf3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/SILOptimizer/opaque_values_mandatory.sil

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
// RUN: %target-sil-opt -diagnostics -enable-sil-opaque-values %s | \
2-
// RUN: %target-sil-opt -Onone-performance -enable-sil-opaque-values -emit-sorted-sil -sil-disable-pass=mandatory-copy-propagation | \
2+
// RUN: %target-sil-opt -Onone-performance -enable-sil-verify-all \
3+
// RUN: -enable-sil-opaque-values -emit-sorted-sil \
4+
// RUN: -enable-ossa-modules -enable-copy-propagation | \
35
// RUN: %FileCheck %s
46

5-
// Using -sil-disable-pass=mandatory-copy-propagation to pattern match
6-
// against older SIL output. At least until -enable-copy-propagation
7-
// has been around long enough in the same form to be worth rewriting
8-
// CHECK lines.
9-
107
import Builtin
118

129
sil_stage raw

0 commit comments

Comments
 (0)