Jakob Stoklund Olesen 9571cb56c5 Don't PRE compares.
CodeGenPrepare sinks compare instructions down to their uses to prevent
live flags and predicate registers across basic blocks.

PRE of a compare instruction prevents that, forcing the i1 compare
result into a general purpose register.  That is usually more expensive
than the redundant compare PRE was trying to eliminate in the first
place.

llvm-svn: 153657
2012-03-29 17:22:39 +00:00
..
2011-04-23 19:53:52 +00:00
2012-03-29 17:22:39 +00:00
2011-09-13 00:44:16 +00:00
2012-03-24 01:36:37 +00:00
2012-03-23 08:29:04 +00:00
2012-03-28 00:35:33 +00:00