[all-commits] [llvm/llvm-project] 78ae1f: [AMDGPU] Change predicate for fma/fmac legacy

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Tue Oct 27 12:04:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 78ae1f6c90029c7b213ac6fc01e460f5edb327c9
      https://github.com/llvm/llvm-project/commit/78ae1f6c90029c7b213ac6fc01e460f5edb327c9
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

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

  Log Message:
  -----------
  [AMDGPU] Change predicate for fma/fmac legacy

I do not exactly like the use of a negative predicate to
enable instructions' support. Change HasNoMadMacF32Insts
with HasFmaLegacy32.

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




More information about the All-commits mailing list