Skip to content

Commit

Permalink
fixup! Make reverse analysis a subpart of the register allocator.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Dec 29, 2024
1 parent 13592e0 commit f592b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ykrt/src/compile/jitc_yk/codegen/x64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ impl<'a> Assemble<'a> {
let mut next = iter.next();
let mut in_header = true;
while let Some((iidx, inst)) = next {
self.comment(self.asm.offset(), inst.display(self.m, iidx).to_string());
if self.ra.is_inst_tombstone(iidx) {
next = iter.next();
continue;
Expand Down

0 comments on commit f592b47

Please sign in to comment.