[mlir] [VectorOps] Rename Utils.h into VectorUtils.h
authoraartbik <ajcbik@google.com>
Fri, 17 Jan 2020 21:11:56 +0000 (13:11 -0800)
committeraartbik <ajcbik@google.com>
Fri, 17 Jan 2020 21:39:34 +0000 (13:39 -0800)
commit0361a961c2417756eaf28d3debe484e84d484f04
tree3840f8b9e272934be48797650d96b9d7d9e2c8f1
parent63c4261720a76e7bd5b11e5eec735afe14d8a183
[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
mlir/include/mlir/Dialect/VectorOps/VectorUtils.h [moved from mlir/include/mlir/Dialect/VectorOps/Utils.h with 97% similarity]
mlir/lib/Analysis/VectorAnalysis.cpp
mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
mlir/lib/Transforms/Vectorize.cpp
mlir/test/lib/Transforms/TestVectorizationUtils.cpp