[all-commits] [llvm/llvm-project] 3a7282: AMDGPU: Legalize fminimum and fmaximum f32 for gfx950
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Nov 26 11:42:23 PST 2024
Branch: refs/heads/users/arsenm/gfx950/legalize-fminimum-fmaximum-f32
Home: https://github.com/llvm/llvm-project
Commit: 3a728298ac2c9c142a6cfa3fd389572d14fbaee4
https://github.com/llvm/llvm-project/commit/3a728298ac2c9c142a6cfa3fd389572d14fbaee4
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