Files
llvm/mlir
Tobias Gysi 1ade6f36e3 [mlir] Add mlir translate flag to print errors only.
The revision adds a flag to mlir translate that suppresses
any non-error diagnostics. The flag is useful when importing
LLVM IR to LLVM dialect, which produces a lot of
warnings due to dropped metadata and debug intrinsics.

Reviewed By: Dinistro

Differential Revision: https://reviews.llvm.org/D150547
2023-05-16 07:32:13 +00:00
..
2023-05-12 22:52:23 +01:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.