llvm-6502/lib/Transforms
David Majnemer 787b9b4e95 [LoopUnroll] Use undef for phis with no value live
We would create a phi node with a zero initialized operand instead of
undef in the case where no value was originally available.  This was
problematic for x86_mmx which has no null value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241143 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-01 05:38:07 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine [InstCombine] call SimplifyICmpInst with correct context 2015-06-25 20:14:47 +00:00
Instrumentation [SanitizerCoverage] Don't add instrumentation to unreachable blocks. 2015-06-30 23:11:45 +00:00
IPO [PruneEH] A naked, noinline function can return via InlineAsm 2015-06-27 07:52:53 +00:00
ObjCARC Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Scalar [SCCP] Turn loads of null into undef instead of zero initialized values 2015-07-01 05:37:57 +00:00
Utils [LoopUnroll] Use undef for phis with no value live 2015-07-01 05:38:07 +00:00
Vectorize [LoopVectorize] Pointer indicies may be wider than the pointer 2015-06-27 08:38:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile