Teach fast isel calls and rets about stdcall.
authorNico Weber <nicolasweber@gmx.de>
Thu, 14 Jul 2016 13:54:26 +0000 (13:54 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 14 Jul 2016 13:54:26 +0000 (13:54 +0000)
commitecdf45b1e6b37ec44681b5fc687f0c94578491af
tree99f338a7d9e5050629b161cf7866cc8f9220c61c
parentbed37ccd547cc47ff4c87e9e36f5ae8940dd8e17
Teach fast isel calls and rets about stdcall.

stdcall is callee-pop like thiscall, so the thiscall changes already did most
of the work for this.  This change only opts stdcall in and adds tests.

llvm-svn: 275414
llvm/lib/Target/X86/X86FastISel.cpp
llvm/test/CodeGen/X86/fast-isel-call.ll
llvm/test/CodeGen/X86/fast-isel-x86.ll