[all-commits] [llvm/llvm-project] 123674: [SLP] simplify type check for reductions
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Jan 13 10:35:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 123674a816742254debdfcc978026b8107b502d8
https://github.com/llvm/llvm-project/commit/123674a816742254debdfcc978026b8107b502d8
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] simplify type check for reductions
This is NFC-intended. The 'valid' call allows int/FP/pointers
for other parts of SLP. The difference here is that we can't
reduce pointers.
More information about the All-commits
mailing list