[Mlir-commits] [mlir] [mlir][EmitC] Update WrapFunInClassPass pass (PR #203641)

ioana ghiban llvmlistbot at llvm.org
Tue Jun 16 05:01:05 PDT 2026


================
@@ -1,5 +1,6 @@
 // RUN: mlir-opt %s -wrap-emitc-func-in-class -split-input-file | FileCheck %s
 // RUN: mlir-opt %s -wrap-emitc-func-in-class=func-name=execute -split-input-file | FileCheck %s --check-prefixes=EXECUTE
+// RUN: mlir-opt %s -wrap-emitc-func-in-class -split-input-file | FileCheck %s
----------------
ioghiban wrote:

Might be worth checking [`split-input-file` docs](https://github.com/llvm/llvm-project/blob/8b685967b7865055199d9dd1ad6cb9b1cef32448/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp#L158) for future reference

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


More information about the Mlir-commits mailing list