[PATCH] D16894: [AArch64] Fix fastcc -tailcallopt epilog code generation.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 11:52:58 PST 2016


gberry created this revision.
gberry added reviewers: t.p.northover, mcrosier, jmolloy, rengolin.
gberry added a subscriber: llvm-commits.
Herald added subscribers: mcrosier, rengolin, aemerson.

Fix a bug in epilog generation where the incoming stack arguments were
not being popped for fastcc functions when -tailcallopt was passed.

http://reviews.llvm.org/D16894

Files:
  lib/Target/AArch64/AArch64FrameLowering.cpp
  test/CodeGen/AArch64/fastcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16894.46940.patch
Type: text/x-patch
Size: 6275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/7f3ae8c6/attachment.bin>


More information about the llvm-commits mailing list