mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
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
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.