[all-commits] [llvm/llvm-project] 116953: [CodeGen] Extend reduction support in ComplexDeint...
Igor Kirillov via All-commits
all-commits at lists.llvm.org
Thu Jun 22 09:50:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 116953b82130df1ebd817b3587b16154f659c013
https://github.com/llvm/llvm-project/commit/116953b82130df1ebd817b3587b16154f659c013
Author: Igor Kirillov <igor.kirillov at arm.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h
M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
M llvm/test/CodeGen/AArch64/complex-deinterleaving-reductions-predicated-scalable.ll
Log Message:
-----------
[CodeGen] Extend reduction support in ComplexDeinterleaving pass to support predication
Adds the capability to recognize SelectInst that appear in the IR.
These instructions are generated during scalable vectorization for reduction
and when the code contains conditions inside the loop body or when
"-prefer-predicate-over-epilogue=predicate-dont-vectorize" is set.
Differential Revision: https://reviews.llvm.org/D152558
More information about the All-commits
mailing list