[all-commits] [llvm/llvm-project] 7a74d1: AMDGPU: Optimize mfma_scale intrinsics with 0 inputs
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 18 22:05:10 PST 2024
Branch: refs/heads/users/arsenm/gfx950/optimize-mfma-scale-0-inputs
Home: https://github.com/llvm/llvm-project
Commit: 7a74d171b05d1b46310bf720065b3e55e562aafc
https://github.com/llvm/llvm-project/commit/7a74d171b05d1b46310bf720065b3e55e562aafc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.scale.f32.16x16x128.f8f6f4.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.scale.f32.32x32x64.f8f6f4.ll
Log Message:
-----------
AMDGPU: Optimize mfma_scale intrinsics with 0 inputs
We can use the unscaled form of the instruction if we know the scale
factors are both 0.
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