[Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for intrinsics with metadata arguments (PR #200308)
Tobias Gysi
llvmlistbot at llvm.org
Fri May 29 00:42:54 PDT 2026
================
@@ -149,6 +149,42 @@ static LogicalResult convertInstructionImpl(OpBuilder &odsBuilder,
return failure();
}
+/// Recursively converts an `llvm::Metadata` node to the matching LLVM dialect
----------------
gysit wrote:
```suggestion
/// Recursively converts the metadata node `md` to the matching LLVM dialect
```
ultra nit: normally the convention is to use the back ticks for the function arguments.
https://github.com/llvm/llvm-project/pull/200308
More information about the Mlir-commits
mailing list