[Mlir-commits] [mlir] [MLIR] emitc: Add emitc.file op (PR #123298)

Matthias Gehre llvmlistbot at llvm.org
Tue Feb 4 01:51:14 PST 2025


================
@@ -56,6 +57,51 @@ def IntegerIndexOrOpaqueType : Type<CPred<"emitc::isIntegerIndexOrOpaqueType($_s
 "integer, index or opaque type supported by EmitC">;
 def FloatIntegerIndexOrOpaqueType : AnyTypeOf<[EmitCFloatType, IntegerIndexOrOpaqueType]>;
 
+def EmitC_FileOp
+    : EmitC_Op<"file", [IsolatedFromAbove, NoRegionArguments, SymbolTable,
+                        OpAsmOpInterface]#GraphRegionNoTerminator.traits> {
----------------
mgehre-amd wrote:

@aniragil, I'm not sure what you are pointing at. Would you like to me add a specific trait?

https://github.com/llvm/llvm-project/pull/123298


More information about the Mlir-commits mailing list