llvm/llvm-project
在 GitHub 查看[mlir][transform] ApplyToEachResultList does not define STL convenience methods
Open
#94,968 创建于 2024年6月10日
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.