1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include
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
..
llvm change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
llvm-c Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00