]> granicus.if.org Git - llvm/commitdiff
This test apparently requires an x86 target and is failing on numerous
authorChandler Carruth <chandlerc@gmail.com>
Mon, 23 Jan 2017 08:33:29 +0000 (08:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 23 Jan 2017 08:33:29 +0000 (08:33 +0000)
bots ever since d0k fixed the CHECK lines so that it did something at
all.

It isn't actually testing SCEV directly but LSR, so move it into LSR and
the x86-specific tree of tests that already exists there. Target
dependence is common and unavoidable with the current design of LSR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292774 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/X86/incorrect-offset-scaling.ll [moved from test/Analysis/ScalarEvolution/incorrect-offset-scaling.ll with 100% similarity]