[all-commits] [llvm/llvm-project] 887cf1: [AMDGPU][GlobalISel] Enable vector reductions (#13...
Tim Gymnich via All-commits
all-commits at lists.llvm.org
Mon Mar 17 14:25:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 887cf1f8cea240cd50fb80bc9487b22f67d74263
https://github.com/llvm/llvm-project/commit/887cf1f8cea240cd50fb80bc9487b22f67d74263
Author: Tim Gymnich <tim at gymni.ch>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/vector-reduce-add.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-and.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fadd.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fmax.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fmaximum.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fmin.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fminimum.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-fmul.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-mul.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-or.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-smax.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-smin.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-umax.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-umin.ll
A llvm/test/CodeGen/AMDGPU/vector-reduce-xor.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Enable vector reductions (#131413)
- Enable llvm vector reductions for AMDGPU.
fixes https://github.com/llvm/llvm-project/issues/114816
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