From: Evan Cheng Date: Thu, 8 Dec 2011 19:21:39 +0000 (+0000) Subject: Add test for r146163. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2;p=oota-llvm.git Add test for r146163. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/prefetch.ll b/test/CodeGen/X86/prefetch.ll index ebe11a5e8e4..ec2f302b149 100644 --- a/test/CodeGen/X86/prefetch.ll +++ b/test/CodeGen/X86/prefetch.ll @@ -1,4 +1,7 @@ ; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s +; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s + +; rdar://10538297 define void @t(i8* %ptr) nounwind { entry: