Skip to content

Commit 1a2a18f

Browse files
authored
[DXIL][Analysis] Update test to match comment. NFC (llvm#105409)
The mismatch between the comment on this test and the test itself was pointed out in llvm#100699 (comment), but apparently I failed to actually commit the fix.
1 parent c9a4c51 commit 1a2a18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Analysis/DXILResource/buffer-frombinding.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ define void @test_typedbuffer() {
4646
; Buffer<uint4> Buf[24] : register(t3, space5)
4747
%typed2 = call target("dx.TypedBuffer", <4 x i32>, 0, 0, 0)
4848
@llvm.dx.handle.fromBinding.tdx.TypedBuffer_i32_0_0t(
49-
i32 2, i32 7, i32 24, i32 0, i1 false)
49+
i32 5, i32 3, i32 24, i32 0, i1 false)
5050
; CHECK: Binding for %typed2
5151
; CHECK: Symbol: ptr undef
5252
; CHECK: Name: ""
5353
; CHECK: Binding:
5454
; CHECK: Record ID: 0
55-
; CHECK: Space: 2
56-
; CHECK: Lower Bound: 7
55+
; CHECK: Space: 5
56+
; CHECK: Lower Bound: 3
5757
; CHECK: Size: 24
5858
; CHECK: Class: SRV
5959
; CHECK: Kind: TypedBuffer

0 commit comments

Comments
 (0)