[all-commits] [llvm/llvm-project] af61f4: [AMDGPU] Add wave reduce intrinsics for float type...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Nov 19 22:20:37 PST 2025
Branch: refs/heads/users/easyonaadit/amdgpu/wave-reduce-intrinsics-float-min-max
Home: https://github.com/llvm/llvm-project
Commit: af61f4df0fb6e02fee028104507c9997f04cfb1b
https://github.com/llvm/llvm-project/commit/af61f4df0fb6e02fee028104507c9997f04cfb1b
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.max.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.min.ll
Log Message:
-----------
[AMDGPU] Add wave reduce intrinsics for float types - 1
Supported Ops: `fmin`, `fmax`
Commit: 6c51566fca35834b887f331a7617e438f9c67649
https://github.com/llvm/llvm-project/commit/6c51566fca35834b887f331a7617e438f9c67649
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.max.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.min.ll
Log Message:
-----------
Review comments: remove `.float` suffix
Commit: eddb8ad49b31a50ef43572e671d35fb2ddff7dce
https://github.com/llvm/llvm-project/commit/eddb8ad49b31a50ef43572e671d35fb2ddff7dce
Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
Hardcode quietNaN val.
Compare: https://github.com/llvm/llvm-project/compare/747ab55a19f0...eddb8ad49b31
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