[Mlir-commits] [mlir] [MLIR] emitc: Add emitc.file op (PR #123298)
Matthias Gehre
llvmlistbot at llvm.org
Tue Feb 4 01:52:56 PST 2025
================
@@ -23,8 +24,11 @@ namespace emitc {
/// the region of 'op' need almost all be in EmitC dialect. The parameter
/// 'declareVariablesAtTop' enforces that all variables for op results and block
/// arguments are declared at the beginning of the function.
+/// If parameter 'fileId' is non-empty, then body of `emitc.file` ops
+/// with matching id are emitted.
----------------
mgehre-amd wrote:
done
https://github.com/llvm/llvm-project/pull/123298
More information about the Mlir-commits
mailing list