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 62687e5 commit 9a0bdf3Copy full SHA for 9a0bdf3
test/SILOptimizer/opaque_values_mandatory.sil
@@ -1,12 +1,9 @@
1
// 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 | \
+// 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 | \
5
// RUN: %FileCheck %s
6
-// Using -sil-disable-pass=mandatory-copy-propagation to pattern match
-// 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
-
10
import Builtin
11
12
sil_stage raw
0 commit comments