Add testcase for this:
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:15:24 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:15:24 +0000 (22:15 +0000)
commit7abfec8734d1e94c211a88075d1b251180658c76
treeb128cfe5c8cc6154f42bab07886eb09625d5b928
parent2f9b19b4c9ea7a36092725a2e2c36ae2015df785
Add testcase for this:

(3) Do not reduce element sizes of small power of two:

  char s[10];
  for (i)
    ...s[i] ...

when the indvar is not eliminable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20502 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll [new file with mode: 0644]