[all-commits] [llvm/llvm-project] 0361a9: [mlir] [VectorOps] Rename Utils.h into VectorUtils.h
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Jan 17 13:39:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0361a961c2417756eaf28d3debe484e84d484f04
https://github.com/llvm/llvm-project/commit/0361a961c2417756eaf28d3debe484e84d484f04
Author: aartbik <ajcbik at google.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
R mlir/include/mlir/Dialect/VectorOps/Utils.h
A mlir/include/mlir/Dialect/VectorOps/VectorUtils.h
M mlir/lib/Analysis/VectorAnalysis.cpp
M mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
M mlir/lib/Transforms/Vectorize.cpp
M mlir/test/lib/Transforms/TestVectorizationUtils.cpp
Log Message:
-----------
[mlir] [VectorOps] Rename Utils.h into VectorUtils.h
Summary:
First step towards the consolidation
of a lot of vector related utilities
that are now all over the place
(or even duplicated).
Reviewers: nicolasvasilache, andydavis1
Reviewed By: nicolasvasilache, andydavis1
Subscribers: merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72955
More information about the All-commits
mailing list