Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | ||
---|---|---|
508 | I think there's a DivCeil function in MathExtras that you could use here. |
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | ||
---|---|---|
508 | Please don't. This function does not work. I had to ditch it the other day specifically because of 16 vs 32 bits. |
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | ||
---|---|---|
508 |
??? |
I think there's a DivCeil function in MathExtras that you could use here.