[Mlir-commits] [mlir] [MLGO][EmitC] Scalarize single-element tensor returns (PR #199686)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Jun 2 07:36:27 PDT 2026


================

----------------
banach-space wrote:

This should be better, see https://github.com/llvm/llvm-project/blob/f6e4e71fcdbff98cb060f87695c75f00b43bf918/mlir/include/mlir/IR/Builders.h?plain=1#L349
```suggestion
    OpBuilder::InsertionGuard guard(rewriter);
```

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


More information about the Mlir-commits mailing list