Skip to content

Commit e05dfe1

Browse files
committed
[ser] Move reorder_scope sm69 passing validation test to HLSLFileCheck
1 parent 05fb2d9 commit e05dfe1

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

tools/clang/test/DXILValidation/ser_reorder_scope_sm69_passing.ll renamed to tools/clang/test/HLSLFileCheck/validation/ser_reorder_scope_sm69_passing.ll

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
; RUN: %dxv %s | FileCheck %s
1+
; RUN: %dxilver 1.9 | %dxv %s
22

3-
; CHECK: Validation succeeded.
4-
5-
6-
; shader hash: 55f96d488362429d3301238ab9ac07fd
7-
;
83
; Buffer Definitions:
94
;
105
;
@@ -54,19 +49,20 @@ attributes #3 = { nounwind readonly }
5449
!dx.valver = !{!0}
5550
!dx.shaderModel = !{!1}
5651
!dx.resources = !{!2}
57-
!dx.typeAnnotations = !{!3}
58-
!dx.entryPoints = !{!4, !5}
52+
!dx.typeAnnotations = !{!5}
53+
!dx.entryPoints = !{!9, !11}
5954

6055
!0 = !{i32 1, i32 9}
6156
!1 = !{!"lib", i32 6, i32 9}
62-
!2 = !{null, !6, null, null}
63-
!3 = !{i32 1, void ()* @"\01?main@@YAXXZ", !7}
64-
!4 = !{null, !"", null, !2, !8}
65-
!5 = !{void ()* @"\01?main@@YAXXZ", !"\01?main@@YAXXZ", null, null, !9}
66-
!6 = !{!10}
67-
!7 = !{!11}
68-
!8 = !{i32 0, i64 8589934608}
69-
!9 = !{i32 8, i32 7, i32 5, !12}
70-
!10 = !{i32 0, %struct.RWByteAddressBuffer* bitcast (%dx.types.Handle* @"\01?BAB@@3URWByteAddressBuffer@@A" to %struct.RWByteAddressBuffer*), !"BAB", i32 0, i32 1, i32 1, i32 11, i1 false, i1 false, i1 false, null}
71-
!11 = !{i32 1, !12, !12}
72-
!12 = !{i32 0}
57+
!2 = !{null, !3, null, null}
58+
!3 = !{!4}
59+
!4 = !{i32 0, %struct.RWByteAddressBuffer* bitcast (%dx.types.Handle* @"\01?BAB@@3URWByteAddressBuffer@@A" to %struct.RWByteAddressBuffer*), !"BAB", i32 0, i32 1, i32 1, i32 11, i1 false, i1 false, i1 false, null}
60+
!5 = !{i32 1, void ()* @"\01?main@@YAXXZ", !6}
61+
!6 = !{!7}
62+
!7 = !{i32 1, !8, !8}
63+
!8 = !{}
64+
!9 = !{null, !"", null, !2, !10}
65+
!10 = !{i32 0, i64 8589934608}
66+
!11 = !{void ()* @"\01?main@@YAXXZ", !"\01?main@@YAXXZ", null, null, !12}
67+
!12 = !{i32 8, i32 7, i32 5, !13}
68+
!13 = !{i32 0}

0 commit comments

Comments
 (0)