[llvm-commits] [llvm] r146167 - /llvm/trunk/test/CodeGen/X86/prefetch.ll

Evan Cheng evan.cheng at apple.com
Thu Dec 8 11:21:39 PST 2011


Author: evancheng
Date: Thu Dec  8 13:21:39 2011
New Revision: 146167

URL: http://llvm.org/viewvc/llvm-project?rev=146167&view=rev
Log:
Add test for r146163.

Modified:
    llvm/trunk/test/CodeGen/X86/prefetch.ll

Modified: llvm/trunk/test/CodeGen/X86/prefetch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/prefetch.ll?rev=146167&r1=146166&r2=146167&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/prefetch.ll (original)
+++ llvm/trunk/test/CodeGen/X86/prefetch.ll Thu Dec  8 13:21:39 2011
@@ -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:





More information about the llvm-commits mailing list