Displaying 1 result from an estimated 1 matches for "dc105a09".
2011 Jul 28
1
[LLVMdev] XOR Optimization
Hey guys,
I still think there is no optimization doing what I want. When the loop is
unrolled 32 times, llvm is able to identify that the loop is working on a
whole word, it finds some constants and propagate them, resulting in the
folded XOR instruction. However, when the loop operates on some bits of the
word, llvm is still not able to fold those XOR, even when the operated bits
does not