[all-commits] [llvm/llvm-project] 954ea0: [SLP] Simplify indices processing for insertelements
Anton Afanasyev via All-commits
all-commits at lists.llvm.org
Mon Feb 14 03:55:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 954ea0f044e0cd8368011dbef6efca70f03358e6
https://github.com/llvm/llvm-project/commit/954ea0f044e0cd8368011dbef6efca70f03358e6
Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/insert-crash-index.ll
Log Message:
-----------
[SLP] Simplify indices processing for insertelements
Get rid of non-constant and undef indices of insertelements
at `buildTree()` stage. Fix bugs.
Differential Revision: https://reviews.llvm.org/D119623
More information about the All-commits
mailing list