[all-commits] [llvm/llvm-project] ad2fdd: AMDGPU: Handle vectors in copysign sign type combine
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 30 07:23:53 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/handle-vectors-fcopysign-combine-sign
Home: https://github.com/llvm/llvm-project
Commit: ad2fdd8df6f80fb7c3792b33012b0ecba28d656b
https://github.com/llvm/llvm-project/commit/ad2fdd8df6f80fb7c3792b33012b0ecba28d656b
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