llvm/llvm-project

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

Open

#94,968 opened on Jun 10, 2024

View on 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
 (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.

Contributor guide