Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions llvm/test/CodeGen/DirectX/Metadata/cbuffer_metadata.ll
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ target triple = "dxil-pc-shadermodel6.6-compute"

; PRINT:; Resource Bindings:
; PRINT-NEXT:;
; PRINT-NEXT:; Name Type Format Dim ID HLSL Bind Count
; PRINT-NEXT:; ------------------------------ ---------- ------- ----------- ------- -------------- ------
; PRINT-NEXT:; CB1 cbuffer NA NA CB0 cb0 1
; PRINT-NEXT:; CB2 cbuffer NA NA CB1 cb1 1
; PRINT-NEXT:; MyConstants cbuffer NA NA CB2 cb5,space15 1
; PRINT-NEXT:; Name Type Format Dim ID HLSL Bind Count
; PRINT-NEXT:; ----
; PRINT-NEXT:; CB1 cbuffer NA NA CB0 cb0 1
; PRINT-NEXT:; CB2 cbuffer NA NA CB1 cb1 1
; PRINT-NEXT:; MyConstants cbuffer NA NA CB2 cb5,space15 1

define void @test() #0 {

Expand Down