[all-commits] [llvm/llvm-project] 15554d: [AMDGPU] Support Wave Reduction intrinsics for hal...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Jun 10 05:06:29 PDT 2026
Branch: refs/heads/users/easyonaadit/amdgpu/half-wave-reduce-ops
Home: https://github.com/llvm/llvm-project
Commit: 15554dd8fa36ed415b39c12480a8225f6fe77c47
https://github.com/llvm/llvm-project/commit/15554dd8fa36ed415b39c12480a8225f6fe77c47
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fadd.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmax.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmin.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fsub.ll
Log Message:
-----------
[AMDGPU] Support Wave Reduction intrinsics for half types
Supported Ops: `fmin`, `fmax`, `fadd`, `fsub`.
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