It hides the type casting ugliness, and I happened to have to add a new
such loop (in a later patch).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54227
AMDGPU/InsertWaitcnts: Use foreach loops for inst and wait event types ClosedPublic Authored by nhaehnle on Nov 7 2018, 2:15 PM.
Details Summary It hides the type casting ugliness, and I happened to have to add a new
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptNov 7 2018, 2:15 PM nhaehnle added a child revision: D54228: AMDGPU/InsertWaitcnts: Simplify pending events tracking.Nov 7 2018, 2:18 PM This revision is now accepted and ready to land.Nov 7 2018, 2:29 PM Closed by commit rL347849: AMDGPU/InsertWaitcnts: Use foreach loops for inst and wait event types (authored by nha). · Explain WhyNov 29 2018, 3:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 175835 llvm/trunk/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
|