[PATCH] D12337: [Codegen] Ensure stack is properly aligned for call argument initialization

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 11:41:00 PDT 2015


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: test/CodeGen/X86/win32-spill-xmm.ll:8
@@ +7,3 @@
+; CHECK: movaps  %xmm3, (%esp)
+; CHECK: movl    $0, 16(%esp)
+define void @spill_ok(i32, <16 x float> *) {
----------------
  ; CHECK: calll bar


http://reviews.llvm.org/D12337





More information about the llvm-commits mailing list