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 | 5a6dc1dd0909daf8037fb7043c9087f95ed8697a (patch) | |
tree | 9f4104c7536655bd39a4b402682cf53cbbb41810 | |
parent | 13439783fb15137a7c6d83c595b60ff6ced53eb6 (diff) | |
download | bcm5719-llvm-5a6dc1dd0909daf8037fb7043c9087f95ed8697a.tar.gz bcm5719-llvm-5a6dc1dd0909daf8037fb7043c9087f95ed8697a.zip |
Add an rdar number to this test.
llvm-svn: 98654
-rw-r--r-- | llvm/test/CodeGen/X86/gather-addresses.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/gather-addresses.ll b/llvm/test/CodeGen/X86/gather-addresses.ll index 07198386b8e..3e730de0a8e 100644 --- a/llvm/test/CodeGen/X86/gather-addresses.ll +++ b/llvm/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 |