Unverified Commit 5fc28e7a authored by Mehdi Amini's avatar Mehdi Amini Committed by GitHub
Browse files

Improve MLIR Attribute::get() method efficiency by reducing the amount of argument copies (#68067)

This ensures that the proper std::forward/std::move are involved, we go from 6
copy-constructions to 0 (!) on Attribute creation in release builds.
parent 6a621ed8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment