Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Target/AMDGPU/SIInsertWaits.cpp | ||
|---|---|---|
| 507 ↗ | (On Diff #48876) | Typo strt |
| 509–510 ↗ | (On Diff #48876) | You should be able to use range loop with predecessors() |
| 516 ↗ | (On Diff #48876) | There could be a break here since there will only ever be one fall through block, although it doesn't really matter because with structured control flow there is at most one predecessor |