1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms
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
..
Hello Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
InstCombine change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
Instrumentation Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
IPO Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. 2010-01-23 20:32:12 +00:00
Scalar third bug from PR6119: the xor dupe extension allows 2010-01-23 19:21:31 +00:00
Utils In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store 2010-01-23 00:17:34 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00