We should delete the instruction when it is not needed any more.
Done in file AMDGPUUnifyDivergentExitNodes.cpp
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D46438
AMDGPU: Use eraseFromParent to delete am instruction when it is no longer needed. ClosedPublic Authored by cfang on May 4 2018, 9:34 AM.
Details Summary We should delete the instruction when it is not needed any more.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 2 others. · View Herald TranscriptMay 4 2018, 9:34 AM This revision is now accepted and ready to land.May 7 2018, 12:31 AM Closed by commit rL331788: AMDGPU: Use eraseFromParent to delete am instruction when it is no longer… (authored by chfang). · Explain WhyMay 8 2018, 11:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 145743 llvm/trunk/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
|