[all-commits] [llvm/llvm-project] db0bac: AMDGPU: Form v_med_f32 from minimumnum/maximumnum ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 22 12:05:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db0bac0ef2de92cf478977fbb5f48a0eabd8e9c2
https://github.com/llvm/llvm-project/commit/db0bac0ef2de92cf478977fbb5f48a0eabd8e9c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/clamp.ll
Log Message:
-----------
AMDGPU: Form v_med_f32 from minimumnum/maximumnum immediate pattern (#141048)
This makes little difference in the final output, as we manage to form this
after these are lowered to the _ieee operations. This does result in fewer steps
in the DAG, and helps prepare for changing the handling of minnum/maxnum.
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