[all-commits] [llvm/llvm-project] 21acc0: [SLP] refactor load-combine logic; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Apr 27 13:02:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 21acc0612a24731101f07b56a7d47ee990544081
https://github.com/llvm/llvm-project/commit/21acc0612a24731101f07b56a7d47ee990544081
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] refactor load-combine logic; NFC
We may want to identify sequences that are not
reductions, but still qualify as load-combines
in the back-end, so make most of the body a
helper function.
More information about the All-commits
mailing list