Revert "[X86] Widen the 'AND' mask if doing so shrinks the encoding size"
[oota-llvm.git] / test / CodeGen / X86 / win64_frame.ll
index 2c62f4918a7f081e8050bfeb59341ae491d24f4c..477b3144d9e73239ced42e671a41a68a7454046e 100644 (file)
@@ -100,8 +100,9 @@ define i32 @f8(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e) "no-frame-pointer-elim"="
 
   alloca i32, i32 %a
   ; CHECK:        movl    %ecx, %eax
-  ; CHECK:        leaq    15(,%rax,4), %rax
-  ; CHECK:        andq    $-16, %rax
+  ; CHECK:        leaq    15(,%rax,4), %rcx
+  ; CHECK:        movabsq $34359738352, %rax
+  ; CHECK:        andq    %rcx, %rax
   ; CHECK:        callq   __chkstk
   ; CHECK:        subq    %rax, %rsp