[all-commits] [llvm/llvm-project] 8b181a: AMDGPU: Legalize fminimum and fmaximum f32 for gfx950

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Nov 25 20:04:53 PST 2024


  Branch: refs/heads/users/arsenm/gfx950/legalize-fminimum-fmaximum-f32
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b181a7cc0b9fe6c3d54943c3ad5118b60a43831
      https://github.com/llvm/llvm-project/commit/8b181a7cc0b9fe6c3d54943c3ad5118b60a43831
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-11-26 (Tue, 26 Nov 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/test/CodeGen/AMDGPU/fmaximum3.ll
    M llvm/test/CodeGen/AMDGPU/fminimum3.ll
    M llvm/test/CodeGen/AMDGPU/llvm.maximum.f32.ll
    M llvm/test/CodeGen/AMDGPU/llvm.minimum.f32.ll

  Log Message:
  -----------
  AMDGPU: Legalize fminimum and fmaximum f32 for gfx950

Select to minimum3/maximum3. Leave f16/v2f16 for later
since it's complicated by only having the vector version.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list