[clang] [llvm] [DirectX] Move ROV info into HLSL metadata. NFC (PR #74896)
David Peixotto via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 16:30:04 PST 2023
================
@@ -219,7 +221,7 @@ void CGHLSLRuntime::addBufferResourceAnnotation(llvm::GlobalVariable *GV,
"ResourceMD must have been set by the switch above.");
llvm::hlsl::FrontendResource Res(
- GV, TyName, RK, Binding.Reg.value_or(UINT_MAX), Binding.Space);
+ GV, TyName, RK, IsROV, Binding.Reg.value_or(UINT_MAX), Binding.Space);
----------------
dmpots wrote:
Ok, sounds good to me. Thanks!
https://github.com/llvm/llvm-project/pull/74896
More information about the llvm-commits
mailing list