Standardize all VectorOps class names to be prefixed by Vector - NFC
authorNicolas Vasilache <ntv@google.com>
Mon, 18 Nov 2019 18:38:35 +0000 (10:38 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 18 Nov 2019 18:39:07 +0000 (10:39 -0800)
commit9732bb533cceeebed80c19be799a79853018fa09
treee396a3026cce8ac75e038154b6dfed3376984ba9
parentf0f3b71d67e218f2a556065e16ee3d0ec86067ef
Standardize all VectorOps class names to be prefixed by Vector - NFC

This improves consistency and will concretely avoid collisions between VectorExtractElementOp and ExtractElementOp when they are included in the same transforms / rewrites.

PiperOrigin-RevId: 281101588
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/lib/Conversion/VectorConversions/VectorToLLVM.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp