From: Anna Thomas Date: Tue, 6 Jun 2017 17:46:41 +0000 (+0000) Subject: [LoopIdiom] Move X86 specific atomic memcpy test to the X86 directory X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a378270eeaf32fe4f3303b6be99ef605c83c23e;p=llvm [LoopIdiom] Move X86 specific atomic memcpy test to the X86 directory Patch https://reviews.llvm.org/rL304806 was causing failures in Aarch64 and multiple other targets since the test should be run on X86 only. Specifying the target triple is not enough. Moving the testcase to the X86 target directory in LoopIdiom. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll b/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll similarity index 100% rename from test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll rename to test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll