[PATCH] D18767: Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 11:28:29 PDT 2016


dschuff created this revision.
dschuff added a reviewer: qcolombet.
dschuff added a subscriber: llvm-commits.

Use the MachineFunctionProperty mechanism to indicate whether the
liveness info is accurate instead of a bool flag on MRI.
Keeps the MRI accessor function for convenience. NFC

http://reviews.llvm.org/D18767

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/MachineRegisterInfo.h
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/MachineRegisterInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18767.52586.patch
Type: text/x-patch
Size: 5103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160404/ba65a0dc/attachment.bin>


More information about the llvm-commits mailing list