[Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for intrinsics with metadata arguments (PR #200308)
Andy Kaylor
llvmlistbot at llvm.org
Tue Jun 2 17:58:01 PDT 2026
================
@@ -2502,6 +2502,68 @@ def LLVM_InlineAsmOp : LLVM_Op<"inline_asm", [DeclareOpInterfaceMethods<MemoryEf
let hasVerifier = 1;
}
+//===--------------------------------------------------------------------===//
+// MetadataAsValueOp
+//===--------------------------------------------------------------------===//
+
+def LLVM_MetadataAsValueOp : LLVM_Op<"mlir.metadata_as_value", [Pure]> {
----------------
andykaylor wrote:
That seems reasonable to me.
https://github.com/llvm/llvm-project/pull/200308
More information about the Mlir-commits
mailing list