[PATCH] D79609: [GlobalISel] Don't add duplicate successors to MBBs when translating indirectbr
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 11:15:13 PDT 2020
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:841
// Link successors.
+ SmallSet<const BasicBlock *, 32> AddedSuccessors;
MachineBasicBlock &CurBB = MIRBuilder.getMBB();
----------------
SmallPtrSet, not sure what the differences iss
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79609/new/
https://reviews.llvm.org/D79609
More information about the llvm-commits
mailing list