[all-commits] [llvm/llvm-project] 3e6d6f: [AMDGPU] Set Size to 4 for V_MOV_B64_PSEUDO and S_...

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Fri Oct 27 10:23:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e6d6f2834b65bf18e7c8824133e647821a02207
      https://github.com/llvm/llvm-project/commit/3e6d6f2834b65bf18e7c8824133e647821a02207
  Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstructions.td

  Log Message:
  -----------
  [AMDGPU] Set Size to 4 for V_MOV_B64_PSEUDO and S_MOV_B64_IMM_PSEUDO (#70376)

These are not fixed size instructions, so immediate size shall be added
separately. A minimal opcode size 4 since the inception of the V_MOV_B64
instruction. A real instruction can be as small as 4 bytes in case of
inline immediate. Otherwise it is NFCI.




More information about the All-commits mailing list