diff options
| author | Alex Zinenko <zinenko@google.com> | 2019-10-23 07:42:37 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-23 07:43:06 -0700 |
| commit | 0d33703f2a4a457253f60e6661615fed28f48fe6 (patch) | |
| tree | 32645058fcae670a4c8a4f5a0a1254d3526f883e /mlir/lib/Support | |
| parent | d499976098bb37e2741c02259959c2901de88709 (diff) | |
| download | bcm5719-llvm-0d33703f2a4a457253f60e6661615fed28f48fe6.tar.gz bcm5719-llvm-0d33703f2a4a457253f60e6661615fed28f48fe6.zip | |
Drop MemRefUtils from the ExecutionEngine
The ExecutionEngine was updated recently to only take the LLVM dialect as
input. Memrefs are no longer expected in the signature of the entry point
function by the executor so there is no need to allocate and free them. The
code in MemRefUtils is therefore dead and furthermore out of sync with the
recent evolution of memref type to support strides. Drop it.
PiperOrigin-RevId: 276272302
Diffstat (limited to 'mlir/lib/Support')
| -rw-r--r-- | mlir/lib/Support/JitRunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Support/JitRunner.cpp b/mlir/lib/Support/JitRunner.cpp index c877daed2c5..8914681cdd9 100644 --- a/mlir/lib/Support/JitRunner.cpp +++ b/mlir/lib/Support/JitRunner.cpp @@ -27,7 +27,6 @@ #include "mlir/Dialect/LLVMIR/LLVMDialect.h" #include "mlir/ExecutionEngine/ExecutionEngine.h" -#include "mlir/ExecutionEngine/MemRefUtils.h" #include "mlir/ExecutionEngine/OptUtils.h" #include "mlir/IR/MLIRContext.h" #include "mlir/IR/Module.h" |

