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

Vivek Pandya via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 22:07:44 PDT 2016


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

inline-asm related test case added Thanks to Mehdi Amini, and previous test case modified so that it do not fail due to transformation pass for IPRA.


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/ipra-inline-asm.ll
  test/CodeGen/Generic/ipra-reg-usage.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20769.60307.patch
Type: text/x-patch
Size: 18478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160610/32af5548/attachment.bin>


More information about the llvm-commits mailing list