[PATCH] D127664: [AMDGPU] gfx11 ldsdir intrinsics and ISel
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 09:43:27 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1464
+ GCCBuiltin<"__builtin_amdgcn_lds_direct_load">,
+ Intrinsic<[llvm_float_ty],
+ [llvm_i32_ty],
----------------
Why is the return type hardcoded to float instead of mangled for a load?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127664/new/
https://reviews.llvm.org/D127664
More information about the llvm-commits
mailing list