llvm/llvm-project

[mlir][transform] ApplyToEachResultList does not define STL convenience methods

Open

#94,968 创建于 2024年6月10日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)C++ (10,782 fork)batch import
good first issuemlir:transform_dialect

仓库指标

Star
 (26,378 star)
PR 合并指标
 (平均合并 1天 2小时) (30 天内合并 1,000 个 PR)

描述

https://mlir.llvm.org/doxygen/classmlir_1_1transform_1_1ApplyToEachResultList.html does not define methods like insert, which make it hard to use with STLExtras methods like llvm::append_range.

贡献者指南