]> granicus.if.org Git - llvm/commit
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)
commitb65ffce36bb171cbbc6a2c467c44dcf368791dfb
tree62b5c64135bc9dd1914a657db3b6ded929c5f910
parent7576d48d1f4a3612c401bfc6874834a483a2df4b
This test apparently requires an x86 target and is failing on numerous
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]