[llvm] [AMDGPU][GlobalISel] Enable vector reductions (PR #131413)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 06:51:31 PDT 2025


================
@@ -350,6 +350,12 @@ static std::initializer_list<LLT> AllS32Vectors = {
 static std::initializer_list<LLT> AllS64Vectors = {V2S64, V3S64, V4S64, V5S64,
                                                    V6S64, V7S64, V8S64, V16S64};
 
+static std::initializer_list<LLT> AllVectors{
----------------
shiltian wrote:

Maybe even `constexpr`?

https://github.com/llvm/llvm-project/pull/131413


More information about the llvm-commits mailing list