[all-commits] [llvm/llvm-project] c78c3c: AMDGPU: Handle other fmin flavors in fract combine
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 29 10:04:22 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/handle-other-fmin-fract-combine
Home: https://github.com/llvm/llvm-project
Commit: c78c3c6ca86ea314488fa714dc0e6c817121a55e
https://github.com/llvm/llvm-project/commit/c78c3c6ca86ea314488fa714dc0e6c817121a55e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/test/CodeGen/AMDGPU/fract-match.ll
Log Message:
-----------
AMDGPU: Handle other fmin flavors in fract combine
Since the input is either known not-nan, or we have explicit use
code checking if the input is a nan, any of the 3 is valid to match.
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