[PATCH] D21561: [IPRA] Set callee saved registers to none for local function when IPRA is enabled.

Vivek Pandya via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 11:46:37 PDT 2016


vivekvpandya updated this revision to Diff 62702.
vivekvpandya added a comment.

The bug related to tail calls and recursive function is solved. The test case is updated as per discussion with @qcolombet.  A statistic added to count number of function optimized for not having callee saved registers.


http://reviews.llvm.org/D21561

Files:
  include/llvm/CodeGen/TargetPassConfig.h
  include/llvm/Target/TargetFrameLowering.h
  lib/CodeGen/RegUsageInfoCollector.cpp
  lib/CodeGen/TargetFrameLoweringImpl.cpp
  lib/CodeGen/TargetPassConfig.cpp
  test/CodeGen/X86/ipra-local-linkage.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21561.62702.patch
Type: text/x-patch
Size: 7120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160704/3277ba56/attachment.bin>


More information about the llvm-commits mailing list