[llvm] [SPIRV] Expand RWBuffer load and store from HLSL (PR #122355)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 06:48:39 PST 2025
================
@@ -725,6 +732,14 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
if (Ty)
break;
}
+ } else if (auto *II = dyn_cast<IntrinsicInst>(I)) {
----------------
s-perron wrote:
I first tried to use the record, but that did not work in a reasonable way. I forgot to remove it. Thanks for noticing.
https://github.com/llvm/llvm-project/pull/122355
More information about the llvm-commits
mailing list