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
- Repository
- rL LLVM
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 53337 llvm/trunk/include/llvm/CodeGen/MachineFunction.h
llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h
llvm/trunk/lib/CodeGen/MachineFunction.cpp
llvm/trunk/lib/CodeGen/MachineRegisterInfo.cpp
|