llvm-6502/lib
Chris Lattner 7ea7d32de6 with recent work, we now optimize this into:
define i32 @foo(i32 %x) nounwind readnone ssp {
entry:
  %tobool = icmp eq i32 %x, 0
  %tmp5 = select i1 %tobool, i32 2, i32 1
  ret i32 %tmp5
}



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124091 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-24 01:12:18 +00:00
..
Analysis Simplify some code with no functionality change. Make the test a lot more 2011-01-23 20:06:05 +00:00
Archive
AsmParser
Bitcode
CodeGen Add support for the --noexecstack option. 2011-01-23 17:55:27 +00:00
CompilerDriver
ExecutionEngine Handles libffi on the CMake build. 2011-01-21 15:42:54 +00:00
Linker
MC Add support for the --noexecstack option. 2011-01-23 17:55:27 +00:00
Object Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. 2011-01-21 02:27:02 +00:00
Support Null initialize a few variables flagged by 2011-01-23 17:05:06 +00:00
Target with recent work, we now optimize this into: 2011-01-24 01:12:18 +00:00
Transforms enhance SRoA to promote allocas that are used by PHI nodes. This often 2011-01-24 01:07:11 +00:00
VMCore teach Value::isDereferenceablePointer that byval arguments are always 2011-01-23 21:15:29 +00:00
Makefile