[all-commits] [llvm/llvm-project] 5531f2: [AMDGPU] Make OMod explicit for V_CVT_{U, I}*

Joe Nash via All-commits all-commits at lists.llvm.org
Tue Mar 2 10:40:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5531f24cc2cc41178d82b2737f2dea8c43acee64
      https://github.com/llvm/llvm-project/commit/5531f24cc2cc41178d82b2737f2dea8c43acee64
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
    M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
    M llvm/test/MC/AMDGPU/vop3-errs.s

  Log Message:
  -----------
  [AMDGPU] Make OMod explicit for V_CVT_{U,I}*

Make OMod explicit instead of implied by HasModifiers in the
operand list. Requires explicitly setting HasOMod=1 for
irregular OMod usage in instruction V_CVT_{U,I}*

Reviewed By: foad

Differential Revision: https://reviews.llvm.org/D97587

Change-Id: I230e1476f529e816eec60e242531f23a99e3839f




More information about the All-commits mailing list