[llvm] [AMDGPU] Update VOP instructions for GFX12 (PR #74853)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 08:34:33 PST 2023


================
@@ -3411,12 +3411,16 @@ unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const {
   case AMDGPU::V_LSHLREV_B64_e64:
----------------
jayfoad wrote:

Nit: I guess we should move this function into AMDGPUAsmUtils instead of duplicating it in AMDGPUSubtarget and AMDGPUAsmParser.

https://github.com/llvm/llvm-project/pull/74853


More information about the llvm-commits mailing list