[all-commits] [llvm/llvm-project] fc4455: [VectorCombine] refactor matching code to reduce d...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Feb 21 09:06:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc4455891c00bfa16c85d0cebe6158fafe11667d
https://github.com/llvm/llvm-project/commit/fc4455891c00bfa16c85d0cebe6158fafe11667d
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 matching code to reduce duplication; NFC
cmp/binop were already diverging even though they are largely
the same logic.
More information about the All-commits
mailing list