[llvm] LLPC can generate llvm.amdgcn.raw.buffer.load.format intrinsic with v… (PR #116067)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 07:46:03 PST 2024
================
@@ -1162,7 +1162,7 @@ class AMDGPURawBufferLoad<LLVMType data_ty = llvm_any_ty> : DefaultAttrsIntrinsi
// all: volatile op (bit 31, stripped at lowering)
[IntrReadMem, ImmArg<ArgIndex<3>>], "", [SDNPMemOperand]>,
AMDGPURsrcIntrinsic<0>;
-def int_amdgcn_raw_buffer_load_format : AMDGPURawBufferLoad<llvm_anyfloat_ty>;
+def int_amdgcn_raw_buffer_load_format : AMDGPURawBufferLoad;
----------------
sstipano wrote:
I saw unused data_ty argument in couple of places, that's why I left it. Now Removed.
https://github.com/llvm/llvm-project/pull/116067
More information about the llvm-commits
mailing list