[PATCH] D124485: [AMDGPU] Remove vdata from buffer to lds load
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 02:15:03 PDT 2022
rampitec added inline comments.
================
Comment at: llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s:102
-buffer_load_format_x v5, off, s[8:11], s3 offset:4095 lds
-// CHECK: [0xff,0x0f,0x01,0xe0,0x00,0x05,0x02,0x03]
----------------
foad wrote:
> Can you explain this? Does the lds version of this instruction not exist at allon gfx7? Or does it just need different operands?
It does not exist.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124485/new/
https://reviews.llvm.org/D124485
More information about the llvm-commits
mailing list