torch-mlir/test/E2E
Sean Silva 1d3dbd9d5c Lower to LLVM dialect.
With this commit, we finish conversion to LLVM dialect, and should be
ready for subsequent commits to convert to an LLVM module and let LLVM
codegen to native machine code.

This required a custom "lower to LLVM" pass to support lowering
tcp.abort_if to a runtime call. In the future, this pass will grow to do
type conversions for our own runtime types as we add those.
2020-05-20 18:56:10 -07:00
..
basic.mlir Tidy up test/E2E 2020-05-14 14:59:55 -07:00
lower-alloc-memref-ops.mlir Lower tcp.alloc_memref ops to tcp.get_extent + std.alloc. 2020-05-18 12:53:31 -07:00
lower-linalg-tensor-to-memref.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00
lower-ranked-shapes.mlir Rename tcp.abort_if to tcp.shape_observe_error 2020-05-18 13:38:47 -07:00
lower-to-llvm.mlir Lower to LLVM dialect. 2020-05-20 18:56:10 -07:00
lower-to-memref-abi.mlir Lower to the upstream memref ABI. 2020-05-15 17:19:57 -07:00
mixed-ranks.mlir Tidy up test/E2E 2020-05-14 14:59:55 -07:00
resolve-shape-of-ops.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00
resolve-tensor-load-store-ops.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00