[all-commits] [llvm/llvm-project] 6a03f8: [SLP] reduce code for finding reduction costs; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Jan 5 14:41:02 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a03f8ab629b34a2425764caaa46dbfcf3d8e1ef
https://github.com/llvm/llvm-project/commit/6a03f8ab629b34a2425764caaa46dbfcf3d8e1ef
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] reduce code for finding reduction costs; NFC
We can get both (vector/scalar) costs in a single switch
instead of sequentially.
More information about the All-commits
mailing list