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 11// RUN: %target-swift-frontend -O -emit-sil %s | %FileCheck %s
22
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+
36// Check type equality related optimizations.
47
58// CHECK-LABEL: sil @{{.*}}areEqualTypes1{{.*}} : $@convention(thin)
Original file line number Diff line number Diff line change 11// 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+
26protocol SomeP { }
37
48public enum SpecialEnum : SomeP { }
Original file line number Diff line number Diff line change 22
33// REQUIRES: swift_in_compiler
44
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+
58// CHECK-LABEL: sil [transparent] @$s4test9checkTypeySixs17FixedWidthIntegerRzlF
69@_transparent
710public func checkType< A: FixedWidthInteger > ( _ a: A ) -> Int {
You can’t perform that action at this time.
0 commit comments