[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: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:
Same as above?
https://github.com/llvm/llvm-project/pull/74853
    
    
More information about the llvm-commits
mailing list