Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / Transforms / InstCombine / all-bits-shift.ll
2015-10-23 Hal FinkelHandle non-constant shifts in computeKnownBits, and...