[llvm] r300962 - add skylake

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 02:21:03 PDT 2017


Author: courbet
Date: Fri Apr 21 04:21:01 2017
New Revision: 300962

URL: http://llvm.org/viewvc/llvm-project?rev=300962&view=rev
Log:
add skylake

Modified:
    llvm/trunk/test/CodeGen/X86/memcpy-struct-by-value.ll

Modified: llvm/trunk/test/CodeGen/X86/memcpy-struct-by-value.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/memcpy-struct-by-value.ll?rev=300962&r1=300961&r2=300962&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/memcpy-struct-by-value.ll (original)
+++ llvm/trunk/test/CodeGen/X86/memcpy-struct-by-value.ll Fri Apr 21 04:21:01 2017
@@ -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] }




More information about the llvm-commits mailing list