[Mlir-commits] [mlir] [mlir][emitc] Update the `WrapFuncInClassPass` pass (PR #179184)
Mircea Trofin
llvmlistbot at llvm.org
Mon Feb 2 03:15:14 PST 2026
================
@@ -43,8 +43,8 @@ struct WrapFuncInClassPass
class WrapFuncInClass : public OpRewritePattern<emitc::FuncOp> {
public:
- WrapFuncInClass(MLIRContext *context)
- : OpRewritePattern<emitc::FuncOp>(context) {}
+ WrapFuncInClass(MLIRContext *context, std::string &fName)
----------------
mtrofin wrote:
same comment about `const`
https://github.com/llvm/llvm-project/pull/179184
More information about the Mlir-commits
mailing list