Commit dbc6534
authored
🔥 Remove register information from allocation operations (#1623)
## Description
After #1580, it no longer makes sense to store register information in
`qc::AllocOp` and `qco::AllocOp`. This PR thus removes this information.
## Checklist
- [x] The pull request only contains commits that are focused and
relevant to this change.
- [x] ~~I have added appropriate tests that cover the new/changed
functionality.~~
- [x] ~~I have updated the documentation to reflect these changes.~~
- [x] I have added entries to the changelog for any noteworthy
additions, changes, fixes, or removals.
- [x] ~~I have added migration instructions to the upgrade guide (if
needed).~~
- [x] The changes follow the project's style guidelines and introduce no
new warnings.
- [x] The changes are fully tested and pass the CI checks.
- [x] I have reviewed my own code changes.1 parent 6f076d2 commit dbc6534
7 files changed
Lines changed: 39 additions & 186 deletions
File tree
- mlir
- include/mlir/Dialect
- QCO/IR
- QC/IR
- lib
- Conversion
- QCOToQC
- QCToQCO
- Dialect
- QCO/IR/QubitManagement
- QC/IR/QubitManagement
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 45 | | |
61 | 46 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 47 | + | |
| 48 | + | |
65 | 49 | | |
66 | 50 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 51 | + | |
75 | 52 | | |
76 | | - | |
77 | | - | |
78 | 53 | | |
79 | 54 | | |
80 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 45 | | |
61 | 46 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 47 | + | |
| 48 | + | |
65 | 49 | | |
66 | 50 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 51 | + | |
75 | 52 | | |
76 | | - | |
77 | | - | |
78 | 53 | | |
79 | 54 | | |
80 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 229 | + | |
238 | 230 | | |
239 | | - | |
240 | | - | |
241 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
242 | 236 | | |
243 | 237 | | |
244 | 238 | | |
| |||
254 | 248 | | |
255 | 249 | | |
256 | 250 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 251 | + | |
| 252 | + | |
261 | 253 | | |
262 | 254 | | |
263 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
| 555 | + | |
564 | 556 | | |
565 | | - | |
566 | | - | |
567 | | - | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
568 | 562 | | |
569 | 563 | | |
570 | 564 | | |
| |||
574 | 568 | | |
575 | 569 | | |
576 | 570 | | |
577 | | - | |
578 | 571 | | |
579 | 572 | | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
| 573 | + | |
| 574 | + | |
584 | 575 | | |
585 | 576 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
| 577 | + | |
590 | 578 | | |
591 | 579 | | |
592 | 580 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments