1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Chris Lattner 91fafbd4e8 change the canonical form of "cond ? -1 : 0" to be
"sext cond" instead of a select.  This simplifies some instcombine
code, matches the policy for zext (cond ? 1 : 0 -> zext), and allows
us to generate better code for a testcase on ppc.

llvm-svn: 94339
2010-01-24 00:09:49 +00:00
..
2009-02-20 22:51:36 +00:00
2010-01-16 16:14:55 +00:00
2009-12-23 23:19:43 +00:00
2009-02-20 22:51:36 +00:00
2009-12-04 22:46:47 +00:00
2009-11-30 15:52:29 +00:00
2010-01-07 09:05:26 +00:00
2010-01-22 06:29:25 +00:00
2010-01-18 22:16:54 +00:00