MBB.back() could segfault if MBB.empty(). Fixed by checking for MBB.empty() in the loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@craig.topper Anyone else I should add as a reviewer? Or can we just go ahead and merge?