Factors out and reuses live-in computation code from BranchFolding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27558
BranchRelaxation: Compute live-ins when splitting a block ClosedPublic Authored by MatzeB on Dec 7 2016, 6:16 PM.
Details Summary Factors out and reuses live-in computation code from BranchFolding.
Diff Detail
Event TimelineMatzeB updated this object. This revision is now accepted and ready to land.Dec 7 2016, 6:20 PM Closed by commit rL290013: BranchRelaxation: Recompute live-ins when splitting a block (authored by matze). · Explain WhyDec 16 2016, 4:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81812 llvm/trunk/include/llvm/CodeGen/LivePhysRegs.h
llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
llvm/trunk/lib/CodeGen/BranchFolding.h
llvm/trunk/lib/CodeGen/BranchFolding.cpp
llvm/trunk/lib/CodeGen/BranchRelaxation.cpp
llvm/trunk/lib/CodeGen/LivePhysRegs.cpp
llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
|