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

Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether...

Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether the last reference is also the last def (i.e. dead def), it should also check if last reference is the current machine instruction being processed. This can happen when it is processing a physical register use and setting the current machine instruction as sub-register's last ref.

llvm-svn: 62617
parent 363501d0
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