Skip to content

Commit 6964301

Browse files
committed
Temporarily disable the test for global let propagation until GlobalOpt can deal with alloc_global.
1 parent d58d7ab commit 6964301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/SILOptimizer/globalopt_let_propagation.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// and enable further optimizations like constant propagation, simplifications, etc.
55

66
// Define some global let variables.
7+
8+
// Currently GlobalOpt cannot deal with the new alloc_global instruction.
9+
// TODO: re-enable this test when rdar://problem/24229640 is fixed.
10+
// REQUIRES: FIXME
11+
712
let PI = 3.1415
813
let ONE = 1.000
914
let I = 100

0 commit comments

Comments
 (0)