llvm/llvm-project

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

Open

#94,968 opened on 2024年6月10日

GitHub で見る
 (5 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
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.

コントリビューターガイド