diff options
author | Anna Thomas <anna@azul.com> | 2017-06-06 17:46:41 +0000 |
---|---|---|
committer | Anna Thomas <anna@azul.com> | 2017-06-06 17:46:41 +0000 |
commit | 2f1556726cbd52d36628d58fc8efb9f30662a96e (patch) | |
tree | cac193643873b2b9b5368d7ea6ac7ba4e2248699 /llvm/test | |
parent | deefbced967e9d18d8cdc669178bad382e6c3bc6 (diff) | |
download | bcm5719-llvm-2f1556726cbd52d36628d58fc8efb9f30662a96e.tar.gz bcm5719-llvm-2f1556726cbd52d36628d58fc8efb9f30662a96e.zip |
[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.
llvm-svn: 304809
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll (renamed from llvm/test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll b/llvm/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll index ec93847178b..ec93847178b 100644 --- a/llvm/test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll +++ b/llvm/test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll |