[mlir][llvm] Improve LLVM IR import error handling.
Instead of exiting in the middle of the import handle errors more gracefully by printing an error message and returning failure. The revision handles and tests the import of unsupported instructions, values, constants, and intrinsics. Depends on D139404 Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D139405
Loading
Please sign in to comment