Skip to content
Commit 06e7242d authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

Recompute kill flags from live intervals after coalescing instead of trying to

update them. Computing kill flags is notoriously difficult, and the coalescer
would get it wrong sometimes, and it would completely skip physical registers.

Now we simply remove kill flags based on the live intervals after coalescing.
This is a few percent slower, but now we get correct kill flags for physical
registers after coalescing.

llvm-svn: 102510
parent 96fad316
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment