From b65ffce36bb171cbbc6a2c467c44dcf368791dfb Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 23 Jan 2017 08:33:29 +0000 Subject: [PATCH] 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 --- .../LoopStrengthReduce/X86}/incorrect-offset-scaling.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{Analysis/ScalarEvolution => Transforms/LoopStrengthReduce/X86}/incorrect-offset-scaling.ll (100%) 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 -- 2.50.1