From: Chandler Carruth Date: Mon, 23 Jan 2017 08:33:29 +0000 (+0000) Subject: This test apparently requires an x86 target and is failing on numerous X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b65ffce36bb171cbbc6a2c467c44dcf368791dfb;p=llvm 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 --- diff --git a/test/Analysis/ScalarEvolution/incorrect-offset-scaling.ll b/test/Transforms/LoopStrengthReduce/X86/incorrect-offset-scaling.ll similarity index 100% rename from test/Analysis/ScalarEvolution/incorrect-offset-scaling.ll rename to test/Transforms/LoopStrengthReduce/X86/incorrect-offset-scaling.ll