Skip to content

Commit 7bf3fb4

Browse files
authored
[NFC] Revert change to Fortran array test (#2307)
Revert change to Fortran array test. Also rewrite it to DAG checks to avoid output order problems in future. Previous change was in: > Author: Viktoria Maximova <[email protected]> > Date: Tue Jan 16 17:16:33 2024 +0100 > > Fix DebugInfo/NonSemantic/Shader200/FortranArray.ll (#2303) > > The change is needed after llvm/llvm-project@fc6faa11 > The LLVM change that motivated the change to FortranArray.ll has been reverted: > Author: Davide Italiano <[email protected]> > Date: Tue Jan 16 16:56:24 2024 -0800 > > Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined functions (#75385)" > > This reverts commit fc6faa1113e9069f41b5500db051210af0eea843.
1 parent 10b0aab commit 7bf3fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/DebugInfo/NonSemantic/Shader200/FortranArray.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
; CHECK-SPIRV: [[#CompUnit:]] [[#]] DebugCompilationUnit
1010
; CHECK-SPIRV-DAG: [[#None:]] [[#]] DebugInfoNone
11-
; CHECK-SPIRV: [[#BaseTy:]] [[#]] DebugTypeBasic
12-
; CHECK-SPIRV: [[#Subrange:]] [[#]] DebugTypeSubrange
13-
; CHECK-SPIRV: DebugTypeArrayDynamic [[#BaseTy]] [[#]] [[#]] [[#None]] [[#None]] [[#Subrange]]
11+
; CHECK-SPIRV-DAG: [[#BaseTy:]] [[#]] DebugTypeBasic
12+
; CHECK-SPIRV-DAG: [[#Subrange:]] [[#]] DebugTypeSubrange
13+
; CHECK-SPIRV-DAG: DebugTypeArrayDynamic [[#BaseTy]] [[#]] [[#]] [[#None]] [[#None]] [[#Subrange]]
1414
; CHECK-SPIRV-DAG: [[#EntryFunc:]] [[#]] DebugFunction [[#]]
1515
; CHECK-SPIRV: DebugEntryPoint [[#EntryFunc]] [[#CompUnit]] [[#]] [[#]] {{$}}
1616

0 commit comments

Comments
 (0)