llvm/llvm-project

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

Open

#94.968 aperta il 10 giu 2024

Vedi su GitHub
 (5 commenti) (0 reazioni) (1 assegnatario)C++ (10.782 fork)batch import
good first issuemlir:transform_dialect

Metriche repository

Star
 (26.378 star)
Metriche merge PR
 (Merge medio 1g 2h) (1000 PR mergiate in 30 g)

Descrizione

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.

Guida contributor