diff options
author | Nicolas Vasilache <ntv@google.com> | 2019-08-19 17:11:12 -0700 |
---|---|---|
committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-08-19 17:11:38 -0700 |
commit | b628194013088e7b04f25d776908b4dd96ea7bbd (patch) | |
tree | 9348fe1bd5afd802f79aa73654f6f098d967abfd /mlir/lib/Conversion | |
parent | 774b37b89b88e063aa4df47bd2637cf51283740c (diff) | |
download | bcm5719-llvm-b628194013088e7b04f25d776908b4dd96ea7bbd.tar.gz bcm5719-llvm-b628194013088e7b04f25d776908b4dd96ea7bbd.zip |
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
PiperOrigin-RevId: 264277760
Diffstat (limited to 'mlir/lib/Conversion')
-rw-r--r-- | mlir/lib/Conversion/VectorToLLVM/VectorToLLVM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Conversion/VectorToLLVM/VectorToLLVM.cpp b/mlir/lib/Conversion/VectorToLLVM/VectorToLLVM.cpp index 238bd920341..174e3d6910c 100644 --- a/mlir/lib/Conversion/VectorToLLVM/VectorToLLVM.cpp +++ b/mlir/lib/Conversion/VectorToLLVM/VectorToLLVM.cpp @@ -19,6 +19,7 @@ #include "mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h" #include "mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h" #include "mlir/Dialect/LLVMIR/LLVMDialect.h" +#include "mlir/Dialect/VectorOps/VectorOps.h" #include "mlir/IR/Attributes.h" #include "mlir/IR/Builders.h" #include "mlir/IR/MLIRContext.h" @@ -31,7 +32,6 @@ #include "mlir/Pass/PassManager.h" #include "mlir/Transforms/DialectConversion.h" #include "mlir/Transforms/Passes.h" -#include "mlir/VectorOps/VectorOps.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Module.h" |