[Mlir-commits] [mlir] [MLGO][EmitC] Scalarize single-element tensor returns (PR #199686)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jun 2 07:36:25 PDT 2026
================
----------------
banach-space wrote:
IIUC, this is effectively an assert, no?
```suggestion
// Since `getScalarizableFunctionInfo` has
// already categorized every direct func.func in the current module, any
// direct caller in this module must already appear in the analysis tables.
assert(isDirectFunctionInModule(caller, analysis) && Make sure to run `getScalarizableFunctionInfo` first!);
```
https://github.com/llvm/llvm-project/pull/199686
More information about the Mlir-commits
mailing list