llvm/mlir/include
Lei Zhang b991e8b1e4 Support file-to-file translation in mlir-translate
Existing translations are either from MLIR or to MLIR. To support
cases like round-tripping some external format via MLIR, one must
chain two mlir-translate invocations together using pipes. This
can be problematic to support -split-input-file in mlir-translate
given that it won't work across pipes.

Motivated by the above, this CL adds another translation category
that allows file to file. This gives users more freedom.

PiperOrigin-RevId: 269636438
2019-09-17 13:04:34 -07:00
..
mlir Support file-to-file translation in mlir-translate 2019-09-17 13:04:34 -07:00
mlir-c NFC: Rename Function to FuncOp. 2019-07-10 10:10:53 -07:00