diff options
| author | Dan Gohman <gohman@apple.com> | 2010-03-16 19:08:20 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-03-16 19:08:20 +0000 |
| commit | f1078062916004238c70550585fe1a2e8b32a62f (patch) | |
| tree | 22a23c463dc1327f41e73ab1e1d67a8a3736e6a9 | |
| parent | 9e18294a99a05f12ed09373c20409f407e3900e0 (diff) | |
| download | external_llvm-f1078062916004238c70550585fe1a2e8b32a62f.zip external_llvm-f1078062916004238c70550585fe1a2e8b32a62f.tar.gz external_llvm-f1078062916004238c70550585fe1a2e8b32a62f.tar.bz2 | |
Add an rdar number to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98654 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/CodeGen/X86/gather-addresses.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/gather-addresses.ll b/test/CodeGen/X86/gather-addresses.ll index 0719838..3e730de 100644 --- a/test/CodeGen/X86/gather-addresses.ll +++ b/test/CodeGen/X86/gather-addresses.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=x86-64 < %s | FileCheck %s +; rdar://7398554 ; When doing vector gather-scatter index calculation with 32-bit indices, ; bounce the vector off of cache rather than shuffling each individual |
