File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import Swift
6
6
7
7
sil_scope 2 { loc "simple.swift":1:2 parent @test_debug_value : $@convention(thin) (Int) -> () }
8
8
9
- // SR-14868: Incorrect source location on `llvm.dbg.declare` when the input
10
- // is SIL file.
9
+ // https://github.com/apple/swift/issues/57215
10
+ // Incorrect source location on 'llvm.dbg.declare' when the input is a SIL file
11
11
12
12
// CHECK: @test_debug_value
13
13
// CHECK-SAME: !dbg ![[FUNC_DI:[0-9]+]]
Original file line number Diff line number Diff line change 5
5
import Swift
6
6
7
7
// Test that DCE correctly preserves debug locations.
8
- // SR-15300: Compiler crash when using Builtin.unreachable in initializers
8
+
9
+ // https://github.com/apple/swift/issues/57622
10
+ // Compiler crash when using 'Builtin.unreachable' in initializers
9
11
//
10
12
// CHECK: sil_scope [[S1:[0-9]+]] { {{.*}} parent @$s18optimizer_pipeline1AVyACs13KeyValuePairsVyypypGcfC
11
13
// CHECK: sil_scope [[S2:[0-9]+]] { {{.*}} parent [[S1]] }
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -emit-ir -g -primary-file %s
2
2
3
- // https://bugs. swift.org/browse/SR-14016
3
+ // https://github.com/apple/ swift/issues/56409
4
4
5
5
public struct PowerCollection < C : Collection > : Collection {
6
6
public typealias Index = [ C . Index ]
You can’t perform that action at this time.
0 commit comments