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

Mirko BrkuĊĦanin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 07:57:03 PST 2023


================
@@ -201,6 +201,8 @@ unsigned GCNSubtarget::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:

Are you 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