Skip to content

Commit d61a80a

Browse files
author
Joe Shajrawi
authored
Merge pull request swiftlang#22414 from shajrawi/licm_fix_test
Disable test on iphonesimulator-i386 / 32bit
2 parents 6e44205 + d6cd429 commit d61a80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/licm_exclusivity.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-swift-frontend -O -enforce-exclusivity=checked -emit-sil -whole-module-optimization %s | %FileCheck %s --check-prefix=TESTSIL2
66

77
// REQUIRES: optimized_stdlib,asserts
8+
// REQUIRES: PTRSIZE=64
89

910
// TEST1-LABEL: Processing loops in {{.*}}run_ReversedArray{{.*}}
1011
// TEST1: Hoist and Sink pairs attempt

0 commit comments

Comments
 (0)