From e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 8 Dec 2011 19:21:39 +0000 Subject: Add test for r146163. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146167 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/prefetch.ll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/CodeGen/X86/prefetch.ll b/test/CodeGen/X86/prefetch.ll index ebe11a5e8e..ec2f302b14 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: -- cgit v1.2.3