[PATCH] D76258: NFC - Rename VectorOps Dialect to the Vector Dialect

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 18:35:45 PDT 2020


rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/Dialect/Vector/VectorOps.h:14
+#ifndef MLIR_DIALECT_VECTOR_VECTOR_H
+#define MLIR_DIALECT_VECTOR_VECTOR_H
 
----------------
The second one should still be VectorOps to match the file name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76258/new/

https://reviews.llvm.org/D76258





More information about the llvm-commits mailing list