[Mlir-commits] [mlir] [mlir][EmitC] Update WrapFunInClassPass pass (PR #203641)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jun 16 05:36:55 PDT 2026
================
@@ -107,9 +132,11 @@ class WrapFuncInClass : public OpRewritePattern<emitc::FuncOp> {
/// Name of the newly generated member function with body matching the input
/// function.
std::string funcName;
+ llvm::SmallVector<emitc::GlobalOp> globalsToMove;
----------------
banach-space wrote:
DOCUMENTME :)
https://github.com/llvm/llvm-project/pull/203641
More information about the Mlir-commits
mailing list