Go to file
Jakob Stoklund Olesen 76ad3debab Ensure all defs referring to a virtual register are marked dead by addRegisterDead().
There can be multiple defs for a single virtual register when they are defining
sub-registers.

The missing <dead> flag was stopping the inline spiller from eliminating dead
code after rematerialization.

llvm-svn: 128888
2011-04-05 16:53:50 +00:00
clang Make this const, there's probably no harm in it and it silences a bunch 2011-04-05 07:54:42 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Chris Jefferson found a missing const (Bugzilla 9632) 2011-04-05 14:55:28 +00:00
lldb Added a speed test to the GDBRemoteCommunicationClient and 2011-04-04 18:18:57 +00:00
llvm Ensure all defs referring to a virtual register are marked dead by addRegisterDead(). 2011-04-05 16:53:50 +00:00