Issue 135635
Summary [HLSL] Boolean vector in a RawBuffer should be <4 x i32>
Labels new issue
Assignees
Reporter spall
    %"class.hlsl::RWStructuredBuffer" = type { target("dx.RawBuffer", <4 x i1>, 1, 0) }
Should be
%"class.hlsl::RWStructuredBuffer" = type { target("dx.RawBuffer", <4 x i32>, 1, 0) }a

https://godbolt.org/z/18x3foGxr
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to