llvm-project/mlir/lib/ExecutionEngine
Alex Zinenko f5b99275d2 Cleanups in ExecutionEngine.
Make sure the module is always passed to the optimization layer.
Drop unused default argument for the IR transformation and remove the function
that was only used in this default argument.  The transformation wrapper
constructor already checks for the null function, so the caller can just pass
`{}` if they don't want any transformation (no callers currently need this).

PiperOrigin-RevId: 233068817
2019-03-29 16:22:08 -07:00
..
ExecutionEngine.cpp Cleanups in ExecutionEngine. 2019-03-29 16:22:08 -07:00
MemRefUtils.cpp Simple CPU runner 2019-03-29 15:36:08 -07:00