mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
tests: disable SILOptimizer/unsafebufferpointer.swift for 32-bit platforms
for some reason code generation for armv7 is not optimal in some cases rdar://156449589
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
// This is an end-to-end test to ensure that the optimizer generates
|
||||
// optimal code for UnsafeBufferPointer.
|
||||
|
||||
// TODO: for some reason code generation for armv7 is not optimal in some cases
|
||||
// REQUIRES: PTRSIZE=64
|
||||
|
||||
// CHECK-LABEL: define {{.*}}testIteration
|
||||
|
||||
// Check if the code contains no traps at all.
|
||||
|
||||
Reference in New Issue
Block a user