From eb2693ebc03bc461fab72e4588f574e40cfbeb75 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Mar 2010 19:08:20 +0000 Subject: [PATCH] Add an rdar number to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98654 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/gather-addresses.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/gather-addresses.ll b/test/CodeGen/X86/gather-addresses.ll index 07198386b8e..3e730de0a8e 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 -- 2.34.1