Issue 147351
Summary [DirectX] Update DXILCBufferAccess pass for explicitly padded types
Labels backend:DirectX
Assignees bogner
Reporter bogner
    Currently DXILCBufferAccess only handles `dx.Layout` types, but https://github.com/llvm/wg-hlsl/pull/311 is a move away from those to types with explicit padding. Handling for explicitly padded types should be vastly simpler than the current logic, and we should be able to remove the various cases of special handling for arrays.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to