[PATCH] D101408: [AMDGPU] Change FLAT Scratch SADDR to VADDR form in moveToVALU
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 17:29:54 PDT 2021
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.h:1220
+ LLVM_READONLY
+ int getFlatScratchInstSVfromSS(uint16_t Opcode);
----------------
arsenm wrote:
> These functions should probably get comments. It's hard to parse out what this is without already knowing exactly what this is for
Ack, will do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101408/new/
https://reviews.llvm.org/D101408
More information about the llvm-commits
mailing list