[llvm-commits] [llvm] r98654 - /llvm/trunk/test/CodeGen/X86/gather-addresses.ll

Dan Gohman gohman at apple.com
Tue Mar 16 12:08:21 PDT 2010


Author: djg
Date: Tue Mar 16 14:08:20 2010
New Revision: 98654

URL: http://llvm.org/viewvc/llvm-project?rev=98654&view=rev
Log:
Add an rdar number to this test.

Modified:
    llvm/trunk/test/CodeGen/X86/gather-addresses.ll

Modified: llvm/trunk/test/CodeGen/X86/gather-addresses.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/gather-addresses.ll?rev=98654&r1=98653&r2=98654&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/gather-addresses.ll (original)
+++ llvm/trunk/test/CodeGen/X86/gather-addresses.ll Tue Mar 16 14:08:20 2010
@@ -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





More information about the llvm-commits mailing list