[llvm] [DX] Support pipeline state masks (PR #66425)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 15:26:58 PDT 2023
================
@@ -51,6 +51,18 @@ struct PSVRuntimeInfo {
SmallVector<PSVSignatureElement> OutputElements;
SmallVector<PSVSignatureElement> PatchOrPrimElements;
+ // The interface here is bad, and we'll want to change this in the future. We
----------------
bogner wrote:
Probably worth putting `TODO:` in this comment
https://github.com/llvm/llvm-project/pull/66425
More information about the llvm-commits
mailing list