[all-commits] [llvm/llvm-project] 41ed5d: [LV] Clean up vectorizeInterleaveGroup (NFCI)
Gil Rapaport via All-commits
all-commits at lists.llvm.org
Mon Apr 13 03:21:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41ed5d856c1b609ece9b1f86f8e631f96e648be2
https://github.com/llvm/llvm-project/commit/41ed5d856c1b609ece9b1f86f8e631f96e648be2
Author: Gil Rapaport <gil.rapaport at intel.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Clean up vectorizeInterleaveGroup (NFCI)
Pass from the calling recipe the interleave group itself instead of passing the
group's insertion position and having the function query CM for its interleave
group and making sure that given instruction is the insertion point of.
Differential Revision: https://reviews.llvm.org/D78002
More information about the All-commits
mailing list