Skip to content

Commit 246a657

Browse files
committed
[Text] Disable SILOptimizer/eager_specialize_ossa.sil on arm64e.
rdar://problem/65373647
1 parent 88e17a6 commit 246a657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/eager_specialize_ossa.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-sil-opt -enable-sil-verify-all -eager-specializer %s | %FileCheck %s
22
// RUN: %target-sil-opt -enable-sil-verify-all -eager-specializer %s -o %t.sil && %target-swift-frontend -module-name=eager_specialize -emit-ir %t.sil | %FileCheck --check-prefix=CHECK-IRGEN --check-prefix=CHECK-IRGEN-%target-cpu %s
33
// RUN: %target-sil-opt -enable-sil-verify-all -eager-specializer -sil-inline-generics=true -inline %s | %FileCheck --check-prefix=CHECK-EAGER-SPECIALIZE-AND-GENERICS-INLINE %s
4+
// rdar://problem/65373647
5+
// UNSUPPORTED: CPU=arm64e
46

57
sil_stage canonical
68

0 commit comments

Comments
 (0)