Unverified Commit 7756f8f9 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Improve performance of LowerTypes renaming (bp #2024) (#2025)

* Improve performance of LowerTypes renaming (#2024)

This is done by having LowerTypes uses two RenameMaps instead of one for
each module. There is one for renaming instance paths, and one for
renaming everything within modules.

Also add some utilities:
* TargetUtils for dealing with InstanceTargets
* RenameMap.fromInstanceRenames

(cherry picked from commit 15013df6

)

* Add MiMa waiver

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 113e39c9
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