Skip to content

Commit 2e2c918

Browse files
committed
fixup! [DirectX] Handle <1 x ...> loads in DXILResourceAccess
1 parent d90e820 commit 2e2c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/DirectX/ResourceAccess/load_typedbuffer.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define void @load_float4(i32 %index, i32 %elemindex) {
3838
}
3939

4040
; CHECK-LABEL: define void @load_float(
41-
define void @load_float(i32 %index, i32 %elemindex) {
41+
define void @load_float(i32 %index) {
4242
%buffer = call target("dx.TypedBuffer", float, 1, 0, 0)
4343
@llvm.dx.resource.handlefrombinding(i32 0, i32 0, i32 1, i32 0, i1 false)
4444

0 commit comments

Comments
 (0)