v2: Make ReturnsVoid private, so that I can another 8 lines of code and
look more productive.
Paths
| Differential D16034
AMDGPU/SI: Add s_waitcnt at the end of non-void functions ClosedPublic Authored by mareko on Jan 9 2016, 3:27 PM.
Details Summary v2: Make ReturnsVoid private, so that I can another 8 lines of code and look more productive.
Diff Detail
Event Timelinemareko updated this object. Comment Actions Ping. This adds s_waitcnt at the end of functions which have loads or stores in flight. This revision is now accepted and ready to land.Jan 13 2016, 8:28 AM Closed by commit rL257622: AMDGPU/SI: Add s_waitcnt at the end of non-void functions (authored by mareko). · Explain WhyJan 13 2016, 9:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44762 llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/SIInsertWaits.cpp
llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h
llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
|