llvm/llvm-project
GitHub で見る[mlir][transform] ApplyToEachResultList does not define STL convenience methods
Open
#94,968 opened on 2024年6月10日
good first issuemlir:transform_dialect
Repository metrics
- Stars
- (26,378 stars)
- PR merge metrics
- (平均マージ 1d 2h) (30d で 1,000 merged PRs)
説明
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.