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

Mirko BrkuĊĦanin via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 06:01:38 PST 2023


================
@@ -3411,6 +3411,8 @@ unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const {
   case AMDGPU::V_LSHLREV_B64_e64:
   case AMDGPU::V_LSHLREV_B64_gfx10:
   case AMDGPU::V_LSHLREV_B64_e64_gfx11:
+  case AMDGPU::V_LSHLREV_B64_e32_gfx12:
+  case AMDGPU::V_LSHLREV_B64_e64_gfx12:
----------------
mbrkusanin wrote:

Still missing V_LSHRREV_B64_e64_gfx12 and V_ASHRREV_I64_e64_gfx12 here.

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


More information about the llvm-commits mailing list