Duncan Sands 9e95178a81 When performing a conditional branch depending on the value of a comparison
%cmp (eg: A==B) we already replace %cmp with "true" under the true edge, and
with "false" under the false edge.  This change enhances this to replace the
negated compare (A!=B) with "false" under the true edge and "true" under the
false edge.  Reported to improve perlbench results by 1%.

llvm-svn: 151517
2012-02-27 08:14:30 +00:00
..
2012-02-06 22:30:29 +00:00
2012-02-25 01:02:44 +00:00
2012-02-22 13:42:11 +00:00
2012-02-24 19:06:15 +00:00
2012-02-22 16:09:41 +00:00