Commit 6e86ab7e authored by Mirko Brkusanin's avatar Mirko Brkusanin
Browse files

[AMDGPU] Make VOPD insts with a FMAMK or FMAMK component have a fixed size

This fixes a failure from the expensive-checks buildbot

Differential Revision: https://reviews.llvm.org/D157857
parent 87a8e224
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ class VOPD_MADK<dag outs, dag ins, string asm, VOP_Pseudo VDX, VOP_Pseudo VDY,
  let Inst{16-9} = !if (!eq(VDX.Mnemonic, "v_mov_b32"), 0x0, vsrc1X);
  let Inst{48-41} = !if (!eq(VDY.Mnemonic, "v_mov_b32"), 0x0, vsrc1Y);
  let Size = 12;
  let FixedSize = 1;
}

// V_DUAL_DOT2ACC_F32_BF16 is a legal instruction, but V_DOT2ACC_F32_BF16 is