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.
2 parents 452ee89 + 172376c commit f1039c3Copy full SHA for f1039c3
test/SILOptimizer/dead_alloc.swift
@@ -3,6 +3,10 @@
3
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4
// REQUIRES: swift_in_compiler
5
6
+// String literals are not completely constant folded in SIL for ptrsize=32 which fails `deadClassInstance()`.
7
+// This is no problem as LLVM can complete the constant folding.
8
+// UNSUPPORTED: PTRSIZE=32
9
+
10
protocol E {
11
func f() -> Bool
12
}
0 commit comments