[llvm] [SPIRV] Expand RWBuffer load and store from HLSL (PR #122355)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 11:53:24 PST 2025
================
@@ -725,6 +732,14 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
if (Ty)
break;
}
+ } else if (auto *II = dyn_cast<IntrinsicInst>(I)) {
----------------
s-perron wrote:
Done. Let me know if this is what you had in mind.
https://github.com/llvm/llvm-project/pull/122355
More information about the llvm-commits
mailing list