[all-commits] [llvm/llvm-project] f3335a: [AMDGPU] Add wave reduce intrinsics for float type...
Aaditya via All-commits
all-commits at lists.llvm.org
Wed Nov 19 21:44:18 PST 2025
Branch: refs/heads/users/easyonaadit/amdgpu/wave-reduce-intrinsics-float-min-max
Home: https://github.com/llvm/llvm-project
Commit: f3335afed01e4dbfe403a635801711b6339ffd14
https://github.com/llvm/llvm-project/commit/f3335afed01e4dbfe403a635801711b6339ffd14
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: 204e54b63ba099842f20f40dc7104d483a99dd8c
https://github.com/llvm/llvm-project/commit/204e54b63ba099842f20f40dc7104d483a99dd8c
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: b7873aa031d8bbd9fc0ec727c8c351ebea6622a9
https://github.com/llvm/llvm-project/commit/b7873aa031d8bbd9fc0ec727c8c351ebea6622a9
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/682300944231...b7873aa031d8
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