llvm-6502/lib/Transforms
Shuxin Yang a5ed031fbc rdar://12753946
Implement rule : "x * (select cond 1.0, 0.0) -> select cond x, 0.0"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170226 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-14 18:46:06 +00:00
..
Hello
InstCombine rdar://12753946 2012-12-14 18:46:06 +00:00
Instrumentation Fix lint warnings in MemorySanitizer.cpp. 2012-12-14 13:48:31 +00:00
IPO revert r170166 - disable the loop vectorizer. 2012-12-14 01:57:00 +00:00
Scalar
Utils
Vectorize Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by default. I plan to revert this patch later today. 2012-12-13 23:11:54 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile