[all-commits] [llvm/llvm-project] 46075e: [SLP] simplify interface for gather(); NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Sep 21 09:58:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 46075e0b78c33be79c6c1ae5547a78ef87ddb374
https://github.com/llvm/llvm-project/commit/46075e0b78c33be79c6c1ae5547a78ef87ddb374
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] simplify interface for gather(); NFC
The implementation of gather() should be reduced too,
but this change by itself makes things a little clearer:
we don't try to gather to a different type or
number-of-values than whatever is passed in as the value
list itself.
More information about the All-commits
mailing list