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 25eb9ef commit ae53cfbCopy full SHA for ae53cfb
test/SILOptimizer/simplify_cfg_checkcast.sil
@@ -1,5 +1,7 @@
1
// RUN: %target-sil-opt -enable-sil-verify-all %s -jumpthread-simplify-cfg -enable-ossa-simplify-cfg -enable-ossa-rewriteterminator | %FileCheck %s
2
// RUN: %target-sil-opt -enable-sil-verify-all %s -jumpthread-simplify-cfg -enable-ossa-simplify-cfg -enable-ossa-rewriteterminator -debug-only=sil-simplify-cfg 2>&1 | %FileCheck %s --check-prefix=CHECK-TRACE
3
+//
4
+// REQUIRES: asserts
5
6
// FIXME: which of these tests actually require -jumpthread-simplify-cfg instead of -simplify-cfg?
7
0 commit comments