The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.64k stars 564 forks source link

Fix coverity std::move #6099

Closed andyfox-rushc closed 3 weeks ago

andyfox-rushc commented 3 weeks ago

Fix for: * CID 1564875: Performance inefficiencies (COPY_INSTEAD_OF_MOVE) /src/dbSta/src/dbReadVerilog.cc: 448 in ord::Verilog2db::makeDbModule(sta::Instance , odb::dbModule , std::vector<std::pair<const sta::Instance , odb::dbModInst >, std::allocator<std::pair<const sta::Instance , odb::dbModInst *>>> &)()

github-actions[bot] commented 3 weeks ago

clang-tidy review says "All clean, LGTM! :+1:"