MLIR
22.0.0git
|
#include "mlir/IR/Remarks.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Diagnostics.h"
#include "mlir/IR/Value.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Functions | |
static void | printArgs (llvm::raw_ostream &os, llvm::ArrayRef< Remark::Arg > args) |
|
static |
Definition at line 38 of file Remarks.cpp.
References mlir::remark::detail::Remark::args, mlir::remark::detail::Remark::Arg::key, and mlir::remark::detail::Remark::Arg::val.
Referenced by mlir::remark::detail::Remark::print().