[PATCH] D90314: [AMDGPU] SILowerControlFlow::removeMBBifRedundant. Refactoring plus fix for the null MBB pointer in MF->splice
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 05:29:18 PDT 2020
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp:705
- return true;
+ assert(MBB.succ_size() == 1 && "MBB has more then one successor");
+
----------------
Typo "than".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90314/new/
https://reviews.llvm.org/D90314
More information about the llvm-commits
mailing list