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 47b0e91 + 9349171 commit 1a0d752Copy full SHA for 1a0d752
test/SILOptimizer/dead_array_elim.swift
@@ -4,10 +4,6 @@
4
// REQUIRES: swift_in_compiler
5
// XFAIL: OS=linux-androideabi
6
7
-// Test needs to be updated for 32bit.
8
-// rdar://74810823
9
-// UNSUPPORTED: PTRSIZE=32
10
-
11
// These tests check whether DeadObjectElimination pass runs as a part of the
12
// optimization pipeline and eliminates dead array literals in Swift code.
13
// Note that DeadObjectElimination pass relies on @_semantics annotations on
test/SILOptimizer/string_optimization.swift
@@ -7,9 +7,6 @@
// REQUIRES: executable_test,swift_stdlib_no_asserts
14
#if _runtime(_ObjC)
15
import Foundation
0 commit comments