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.
Details
Details
- Reviewers
Dinistro - Commits
- rG1ade6f36e3b4: [mlir] Add mlir translate flag to print errors only.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo