diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-12-08 19:21:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-12-08 19:21:39 +0000 |
commit | e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2 (patch) | |
tree | cc9cf9a56c8f999e27e654443e3c50b3a0d3fe16 /test/CodeGen | |
parent | 2f435511e98299f61093b46e479dfdb5a904a066 (diff) | |
download | external_llvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.zip external_llvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.tar.gz external_llvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.tar.bz2 |
Add test for r146163.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/prefetch.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/X86/prefetch.ll b/test/CodeGen/X86/prefetch.ll index ebe11a5..ec2f302 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: |