llvm-6502/lib/Transforms
2013-07-22 23:38:27 +00:00
..
Hello
InstCombine InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul 2013-07-20 07:13:13 +00:00
Instrumentation
IPO Don't crash when llvm.compiler.used becomes empty. 2013-07-20 23:33:15 +00:00
ObjCARC
Scalar Remove extraneous null statement. No functionality change! 2013-07-22 23:38:27 +00:00
Utils Remove trailing spaces. 2013-07-22 23:16:36 +00:00
Vectorize When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can. 2013-07-22 22:18:07 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile