[all-commits] [llvm/llvm-project] f0899e: [AMDGPU] Give some of the VI V_PK_* instructions a...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Fri Oct 27 03:14:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0899edecae23742e01d6f3913b62841ad123532
      https://github.com/llvm/llvm-project/commit/f0899edecae23742e01d6f3913b62841ad123532
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

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

  Log Message:
  -----------
  [AMDGPU] Give some of the VI V_PK_* instructions a subtarget predicate. (#70334)

This resolves AsmParser ambiguity between them and similar instructions
for other subtargets, e.g., V_PK_SUB_U16_vi being identical to
V_PK_SUB_U16_gfx11 on GFX11.

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




More information about the All-commits mailing list