[PATCH] D20769: [IPRA] Interprocedural Register Allocation - Analysis Passes

Vivek Pandya via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 11:36:34 PDT 2016


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

a new command line option dump-regusage has been added so that reg usage information can be printed in release build. The test case is also changed accordingly.


http://reviews.llvm.org/D20769

Files:
  include/llvm/Analysis/CallGraphSCCPass.h
  include/llvm/CodeGen/MachineOperand.h
  include/llvm/CodeGen/Passes.h
  include/llvm/CodeGen/RegisterUsageInfo.h
  include/llvm/InitializePasses.h
  lib/Analysis/CallGraphSCCPass.cpp
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/RegUsageInfoCollector.cpp
  lib/CodeGen/RegisterUsageInfo.cpp
  lib/CodeGen/TargetPassConfig.cpp
  test/CodeGen/Generic/reg-usage-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20769.59753.patch
Type: text/x-patch
Size: 18549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160606/6545dbab/attachment.bin>


More information about the llvm-commits mailing list