[PATCH] D22315: Teach fast isel about thiscall (and callee-pop) calls.
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 18:32:50 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: test/CodeGen/X86/fast-isel-call.ll:64
@@ +63,3 @@
+; CHECK-LABEL: test5:
+; CHECK: subl $12, %esp
+; CHECK: leal 8(%esp), %ecx
----------------
Nevermind, this comment isn't relevant to the actual code sequence you're checking.
http://reviews.llvm.org/D22315
More information about the llvm-commits
mailing list