[PATCH] D14750: Support for function-live-in virtual registers

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 14:27:33 PST 2015


sunfish updated this revision to Diff 40829.
sunfish added a comment.

Make getVRegDefMBB return NULL if a register is live-in and has other defs besides, meaning it is not in SSA form. This is more consistent with the existing getVRegDef.


Repository:
  rL LLVM

http://reviews.llvm.org/D14750

Files:
  include/llvm/CodeGen/MachineRegisterInfo.h
  lib/CodeGen/LiveRangeCalc.cpp
  lib/CodeGen/LiveVariables.cpp
  lib/CodeGen/MachineCSE.cpp
  lib/CodeGen/MachineLICM.cpp
  lib/CodeGen/MachineRegisterInfo.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/CodeGen/PeepholeOptimizer.cpp
  lib/CodeGen/RegisterCoalescer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14750.40829.patch
Type: text/x-patch
Size: 9161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151120/6659b12c/attachment.bin>


More information about the llvm-commits mailing list