diff options
author | Clement Courbet <courbet@google.com> | 2017-04-21 09:21:01 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2017-04-21 09:21:01 +0000 |
commit | 00b51bf123d83d19b4dfc916676a7aed1b9da41e (patch) | |
tree | 6faa5506c7ef729c7ff12fbbd2c6a30a0c2404e1 /llvm/test/CodeGen/X86/memcpy-struct-by-value.ll | |
parent | 2430e25ba3f2d78f7d7f28133a291c2af82fe6ae (diff) | |
download | bcm5719-llvm-00b51bf123d83d19b4dfc916676a7aed1b9da41e.tar.gz bcm5719-llvm-00b51bf123d83d19b4dfc916676a7aed1b9da41e.zip |
add skylake
llvm-svn: 300962
Diffstat (limited to 'llvm/test/CodeGen/X86/memcpy-struct-by-value.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/memcpy-struct-by-value.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/memcpy-struct-by-value.ll b/llvm/test/CodeGen/X86/memcpy-struct-by-value.ll index 18161cc892a..2e7a64d8400 100644 --- a/llvm/test/CodeGen/X86/memcpy-struct-by-value.ll +++ b/llvm/test/CodeGen/X86/memcpy-struct-by-value.ll @@ -4,8 +4,9 @@ ; RUN: llc -mtriple=i686-linux-gnu -mattr=+ermsb < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=FAST ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=generic < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=NOFAST ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=haswell < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=FAST -; FIXME: The documentation stes that ivybridge has ermsb, but this is not -; enabled right now since I coud not confirm by testing. +; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=skylake < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=FAST +; FIXME: The documentation states that ivybridge has ermsb, but this is not +; enabled right now since I could not confirm by testing. ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=ivybridge < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=NOFAST %struct.large = type { [4096 x i8] } |