[PATCH] D127664: [AMDGPU] gfx11 ldsdir intrinsics and ISel
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 11:23:33 PDT 2022
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/LDSDIRInstructions.td:96
+ (f32 (int_amdgcn_lds_direct_load M0)),
+ (LDS_DIRECT_LOAD 0)
+>;
----------------
How does that work? It seems to ignore M0 argument.
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