[PATCH] D18029: [X86] Correctly select registers to pop into for x86_64

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 08:36:05 PST 2016


rnk accepted this revision.
rnk added a comment.

lgtm


================
Comment at: test/CodeGen/X86/pop-stack-cleanup.ll:82
@@ +81,3 @@
+; LINUX64: callq param8
+; LINUX64-NOT: popq %rax
+  %a = alloca i64, i32 %size, align 8
----------------
Add 'LINUX64: retq' so that if more tests are added later the -NOT line will be bound inside this function.


http://reviews.llvm.org/D18029





More information about the llvm-commits mailing list