[all-commits] [llvm/llvm-project] 1feee7: [AMDGPU] Add wave reduce intrinsics for float type...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Nov 19 22:35:19 PST 2025
Branch: refs/heads/users/easyonaadit/amdgpu/wave-reduce-intrinsics-float-min-max
Home: https://github.com/llvm/llvm-project
Commit: 1feee7f96e735cc9c0eb7cee04020514faf4e5e8
https://github.com/llvm/llvm-project/commit/1feee7f96e735cc9c0eb7cee04020514faf4e5e8
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: 7b5a09228b620f4345aeb915101cc14b59ca089c
https://github.com/llvm/llvm-project/commit/7b5a09228b620f4345aeb915101cc14b59ca089c
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: 11294e78951a1dffb7b02f9f8ac50d7dd60e16ab
https://github.com/llvm/llvm-project/commit/11294e78951a1dffb7b02f9f8ac50d7dd60e16ab
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/eddb8ad49b31...11294e78951a
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