Repo Added
|
Files
870
|
Badge
README BADGES
|
github
Fix classical bit mapping in HLS pass (#14597) * Map classical bits from block to outer circuit Co-authored-by: Alexander Ivrii <alexi@il.ibm.com> * Add regression test * Add reno * Avoid allocating cargs Previously the cargs were being written to a Vec<usize> as an intermediate storage, however we are just returning them directly and don't need to allocate or change the types. This commit just works with the slice returned from the interner directly which both simplifies the code and should also be faster. --------- Co-authored-by: Alexander Ivrii <alexi@il.ibm.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org> (cherry picked from commit 9ec464af4)
5 of 5 new or added lines in 1 file covered. (100.0%)
12 existing lines in 4 files now uncovered.83040 of 94377 relevant lines covered (87.99%)
517602.01 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|