From 0a378270eeaf32fe4f3303b6be99ef605c83c23e Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Tue, 6 Jun 2017 17:46:41 +0000 Subject: [PATCH] [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 --- test/Transforms/LoopIdiom/{ => X86}/unordered-atomic-memcpy.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopIdiom/{ => X86}/unordered-atomic-memcpy.ll (100%) 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 -- 2.50.1