llvm/llvm-project
View on GitHub[mlir][transform] ApplyToEachResultList does not define STL convenience methods
Open
#94,968 opened on Jun 10, 2024
good first issuemlir:transform_dialect
Repository metrics
- Stars
- (26,378 stars)
- PR merge metrics
- (Avg merge 1d 2h) (1,000 merged PRs in 30d)
Description
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.