[all-commits] [llvm/llvm-project] f0c60f: [AMDGPU] Support Wave Reduction intrinsics for hal...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Jun 10 13:38:47 PDT 2026
Branch: refs/heads/users/easyonaadit/amdgpu/half-wave-reduce-ops
Home: https://github.com/llvm/llvm-project
Commit: f0c60f5d6479f7b926363a2931e7d6f81e49cec5
https://github.com/llvm/llvm-project/commit/f0c60f5d6479f7b926363a2931e7d6f81e49cec5
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2026-06-11 (Thu, 11 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`.
Commit: 607250a812d1adf42e46bfd6e21d7e2283355d39
https://github.com/llvm/llvm-project/commit/607250a812d1adf42e46bfd6e21d7e2283355d39
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
use decimal number rather than hex
Compare: https://github.com/llvm/llvm-project/compare/1037f99ce0ab...607250a812d1
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