Earlier fix D32572 introduced a bug where live-ins were calculated
for basic block instead of scheduling region. This change fixes it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Target/AMDGPU/GCNSchedStrategy.cpp | ||
|---|---|---|
| 426 | you can use skipDebugInstructionsForward from MachineBasicBlock.h for the same purpose | |
Comment Actions
Changed to use skipDebugInstructionsForward().
| lib/Target/AMDGPU/GCNSchedStrategy.cpp | ||
|---|---|---|
| 426 | Thanks. | |
you can use skipDebugInstructionsForward from MachineBasicBlock.h for the same purpose