tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
77 stars 13 forks source link

Cleanup some places where unneeded copies are created #1366

Closed vwellsTT closed 3 days ago

vwellsTT commented 4 days ago

Nitpick fix PR to address minor issues discussed in previous PR. Noted that this file has some for (auto X loops that should really be for (const auto& X to avoid unneeded copying. Vectors in the lambda have same issue too.