[all-commits] [llvm/llvm-project] aa9bbb: [SLP]Adjust GEP indices types when trying to build...
Andrew V. Tischenko via All-commits
all-commits at lists.llvm.org
Tue Nov 16 05:46:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa9bbb64becda3d74ae922b3c0c875649f4ebbce
https://github.com/llvm/llvm-project/commit/aa9bbb64becda3d74ae922b3c0c875649f4ebbce
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP]Adjust GEP indices types when trying to build entries.
Need to adjust the types of GEPs indices when building the tree
entries/operands. Otherwise some of the nodes might differ and
vectorizer is unable to correctly find them and count their cost.
Differential Revision: https://reviews.llvm.org/D113792
More information about the All-commits
mailing list