[PATCH] D157624: [AMDGPU] Treat KIMM32 and KIMM16 operand types as noninlinable
Mirko Brkusanin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 02:42:58 PDT 2023
mbrkusanin added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:3909
case AMDGPU::OPERAND_KIMM16:
+ return false;
case AMDGPU::OPERAND_INPUT_MODS:
----------------
arsenm wrote:
> I think this part is unnecessary but the rest looks fine
Not for the issue of inst size which is fixed with FixedSize, but for a downstream test (see email).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157624/new/
https://reviews.llvm.org/D157624
More information about the llvm-commits
mailing list