yuyang-ok edited PR #5595 from issue5497
to main
.
yuyang-ok edited PR #5595 from issue5497
to main
.
yuyang-ok edited PR #5595 from issue5497
to main
:
fix issue #5497 #5524 #5526.
I make a mistaken about reg alloc.
collector.reg_defs(&dst[..]);
for d in dst.iter() {
collector.reg_early_def(d.clone());
}
yuyang-ok edited PR #5595 from issue5497
to main
:
fix issue #5497 #5524 #5526.
I make a mistaken about reg alloc.
<img width="436" alt="Screenshot 2023-01-19 at 15 40 43" src="https://user-images.githubusercontent.com/96557710/213383238-e22545d8-c6e1-424f-9280-654bbd7c924a.png">
instruction like
Select
inMInst
can lead to two move instruction.
We can somehow enter this situation.
move t1,t2
move t2,t1
this is wrong.
yuyang-ok updated PR #5595 from issue5497
to main
.
cfallin submitted PR review.
cfallin merged PR #5595.
Last updated: Nov 22 2024 at 16:03 UTC