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
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D18767
Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty ClosedPublic Authored by dschuff on Apr 4 2016, 11:28 AM.
Details Summary Use the MachineFunctionProperty mechanism to indicate whether the
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 11 2016, 2:18 PM Closed by commit rL266020: Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty (authored by dschuff). · Explain WhyApr 11 2016, 4:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 52586 include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineRegisterInfo.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineRegisterInfo.cpp
|