File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -O -emit-sil %s | %FileCheck %s
2
2
3
+ // is_same_metatype builtin is no longer used due to rdar://145707064 (Builtin.is_same_metatype should support noncopyable/nonescapable types)
4
+ // XFAIL: rdar145707064
5
+
3
6
// Check type equality related optimizations.
4
7
5
8
// CHECK-LABEL: sil @{{.*}}areEqualTypes1{{.*}} : $@convention(thin)
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend %s -O -Xllvm -sil-print-types -emit-sil -parse-as-library | %FileCheck %s
2
+
3
+ // is_same_metatype builtin is no longer used due to rdar://145707064 (Builtin.is_same_metatype should support noncopyable/nonescapable types)
4
+ // XFAIL: rdar145707064
5
+
2
6
protocol SomeP { }
3
7
4
8
public enum SpecialEnum : SomeP { }
Original file line number Diff line number Diff line change 2
2
3
3
// REQUIRES: swift_in_compiler
4
4
5
+ // is_same_metatype builtin is no longer used due to rdar://145707064 (Builtin.is_same_metatype should support noncopyable/nonescapable types)
6
+ // XFAIL: rdar145707064
7
+
5
8
// CHECK-LABEL: sil [transparent] @$s4test9checkTypeySixs17FixedWidthIntegerRzlF
6
9
@_transparent
7
10
public func checkType< A: FixedWidthInteger > ( _ a: A ) -> Int {
You can’t perform that action at this time.
0 commit comments