Skip to content

Commit 5424b89

Browse files
committed
Remove test that should be part of a different change
1 parent 499bf9b commit 5424b89

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,6 @@ define void @test_typedbuffer() {
106106
; CHECK: Element Type: f32
107107
; CHECK: Element Count: 4
108108

109-
%cb0 = call target("dx.CBuffer", target("dx.Layout", {float}, 4, 0))
110-
@llvm.dx.resource.handlefrombinding(i32 1, i32 8, i32 1, i32 0, i1 false)
111-
; CHECK: Binding [[CB0:[0-9]+]]:
112-
; CHECK: Binding:
113-
; CHECK: Record ID: 0
114-
; CHECK: Space: 1
115-
; CHECK: Lower Bound: 8
116-
; CHECK: Size: 1
117-
; CHECK: Class: CBuffer
118-
; CHECK: Kind: CBuffer
119-
120109
; CHECK-NOT: Binding {{[0-9]+}}:
121110

122111
ret void
@@ -129,6 +118,5 @@ define void @test_typedbuffer() {
129118
; CHECK-DAG: Call bound to [[UAV1]]: %uav1 =
130119
; CHECK-DAG: Call bound to [[UAV2]]: %uav2_1 =
131120
; CHECK-DAG: Call bound to [[UAV2]]: %uav2_2 =
132-
; CHECK-DAG: Call bound to [[CB0]]: %cb0 =
133121

134122
attributes #0 = { nocallback nofree nosync nounwind willreturn memory(none) }

0 commit comments

Comments
 (0)