[all-commits] [llvm/llvm-project] 03abf7: [AMDGPU] Fix predicates for V_DOT instructions. (#...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Tue Jan 16 13:24:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03abf7fe09bb13d387660bcd5abaf8257de2c152
      https://github.com/llvm/llvm-project/commit/03abf7fe09bb13d387660bcd5abaf8257de2c152
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

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

  Log Message:
  -----------
  [AMDGPU] Fix predicates for V_DOT instructions. (#78198)

Resolves AsmParser ambiguities, e.g., between V_DOT4C_I32_I8_dpp_vi and
V_DOT4C_I32_I8_dpp_gfx10. The latter is predicated with isGFX10Only
while the first has no subtarget generation predicates.

Part of <https://github.com/llvm/llvm-project/issues/69256>.




More information about the All-commits mailing list