Add a test case to check handling of dbg-declare by fast-isel.
[oota-llvm.git] / test / CodeGen / X86 / gather-addresses.ll
index 07198386b8ea384c328d06bbed7ec238aa0eb7ce..134ee28df6c8e0129bdb5b1ebd7fa8e31d687c8b 100644 (file)
@@ -1,10 +1,11 @@
 ; 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
 ; element out of the index vector.
 
-; CHECK: pand     (%rdx), %xmm0
+; CHECK: andps    (%rdx), %xmm0
 ; CHECK: movaps   %xmm0, -24(%rsp)
 ; CHECK: movslq   -24(%rsp), %rax
 ; CHECK: movsd    (%rdi,%rax,8), %xmm0