Skip to content
Commit 48dd5e7d authored by Evan Cheng's avatar Evan Cheng
Browse files

Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep length

of dead def live interval at 1 to avoid multiple def's targeting the same
register. The previous patch missed a case where the source operand is live-in.
In that case, remove the whole interval.

llvm-svn: 35512
parent 9ca63d60
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