[all-commits] [llvm/llvm-project] 2f0352: [SLP] rename reduction variable to avoid shadowing...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jan 21 13:07:11 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f03528f5e7fd9df0a12091392e000c697497262
https://github.com/llvm/llvm-project/commit/2f03528f5e7fd9df0a12091392e000c697497262
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] rename reduction variable to avoid shadowing; NFC
The code structure can likely be improved now that
'OperationData' is gone.
More information about the All-commits
mailing list