[all-commits] [llvm/llvm-project] e9c79a: [VectorCombine] refactor to reduce duplicated code...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Feb 21 12:56:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9c79a7aef19b14e68ed50eb9382856e9453c5a0
https://github.com/llvm/llvm-project/commit/e9c79a7aef19b14e68ed50eb9382856e9453c5a0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] refactor to reduce duplicated code; NFC
This should be the last step in the current cleanup.
Follow-ups should resolve the TODO about cost calc
and enable the more general case where we extract
different elements.
More information about the All-commits
mailing list