[all-commits] [llvm/llvm-project] 667ed2: AMDGPU: Delete seemingly dead s_fmaak_f32/s_fmamk_...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 19 10:22:08 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/delete-dead-s-fmaak-fmamk-folding-code
Home: https://github.com/llvm/llvm-project
Commit: 667ed2e9729236c7660c46ae451d08fd1357d3ef
https://github.com/llvm/llvm-project/commit/667ed2e9729236c7660c46ae451d08fd1357d3ef
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-19 (Mon, 19 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
Log Message:
-----------
AMDGPU: Delete seemingly dead s_fmaak_f32/s_fmamk_f32 folding code
No tests fail with this. I'm not sure I understand the comment,
there can't be any folding into an operand that had to already
be a constant. I tried different combinations of immediates to these
instructions but never hit the condition.
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