Jakob Stoklund Olesen 46feaf86cf Handle register masks in LiveVariables.
A register mask operand kills any live physreg that isn't preserved.
Unlike an implicit-def operand, the clobbered physregs are never live
afterwards.

This means LiveVariables has to track a much smaller number of live
physregs, and it should spend much less time in addRegisterDead().

llvm-svn: 148609
2012-01-21 00:58:53 +00:00
..
2012-01-20 17:56:17 +00:00
2012-01-11 15:20:20 +00:00
2012-01-17 23:53:08 +00:00