[all-commits] [llvm/llvm-project] a014fa: [mlir] Avoid expensive LLVM IR import warnings
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Sun Jun 25 23:49:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a014fadb2e06c9b921f0d74a62ee7af6ec2d5991
https://github.com/llvm/llvm-project/commit/a014fadb2e06c9b921f0d74a62ee7af6ec2d5991
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M mlir/include/mlir/Target/LLVMIR/Import.h
M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/test/Target/LLVMIR/Import/import-failure.ll
A mlir/test/mlir-translate/import-diagnostics.ll
R mlir/test/mlir-translate/import-error-only.ll
Log Message:
-----------
[mlir] Avoid expensive LLVM IR import warnings
The revision adds a flag to the LLVM IR import
that avoids emitting expensive warnings about
unsupported debug intrinsics and unhandled
metadata.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D153625
More information about the All-commits
mailing list