[all-commits] [llvm/llvm-project] 1037f9: [AMDGPU] Support Wave Reduction intrinsics for hal...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Jun 10 05:32:52 PDT 2026
Branch: refs/heads/users/easyonaadit/amdgpu/half-wave-reduce-ops
Home: https://github.com/llvm/llvm-project
Commit: 1037f99ce0ab61a52d37e9885e5cbff6d7cf8ee0
https://github.com/llvm/llvm-project/commit/1037f99ce0ab61a52d37e9885e5cbff6d7cf8ee0
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