[all-commits] [llvm/llvm-project] ff07ba: AMDGPU: Handle vectors in copysign sign type combine
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 30 08:20:26 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/handle-vectors-fcopysign-combine-sign
Home: https://github.com/llvm/llvm-project
Commit: ff07bad7e0442c2b4deabadda4d5242e9b190451
https://github.com/llvm/llvm-project/commit/ff07bad7e0442c2b4deabadda4d5242e9b190451
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/fcopysign.bf16.ll
M llvm/test/CodeGen/AMDGPU/fcopysign.f16.ll
Log Message:
-----------
AMDGPU: Handle vectors in copysign sign type combine
This avoids some ugly codegen on pre-16-bit instruction targets now
from annoying f16 legalization effects. This also avoids regressions
on newer targets in a future patch.
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