llvm-6502/test/Transforms/SLPVectorizer
2013-07-22 22:18:07 +00:00
..
X86 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
lit.local.cfg