llvm-project/mlir/lib/Target
Tobias Gysi f47d5dce61 [mlir][llvmir] Simpler error handling in ConvertFromLLVMIR (nfc).
The revision renames some methods of the Importer and changes
the error handling to be closer the ModuleTranslation. In particular,
processValue -> lookupValue and processType -> convertType
now fail if the translation fails (instead of returning an error),
which simplifies the error handling.

The revision prepares a follow up commit that will import
LLVMIR intrinsics using tablegen.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D135349
2022-10-06 17:33:09 +03:00
..
Cpp [mlir][mlir-translation] patch for standalone-translation command line description missing. 2022-10-04 09:14:40 +08:00
LLVMIR [mlir][llvmir] Simpler error handling in ConvertFromLLVMIR (nfc). 2022-10-06 17:33:09 +03:00
SPIRV [mlir][mlir-translation] patch for standalone-translation command line description missing. 2022-10-04 09:14:40 +08:00
CMakeLists.txt [mlir] Add Cpp emitter 2021-09-02 13:51:05 +00:00