[PATCH] D23379: BranchRelaxation: Fix handling of blocks with multiple conditional branches
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 10:11:13 PDT 2016
t.p.northover accepted this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.
This is pretty scary, I didn't know we blocks with 3 terminators. Looks like a reasonable fix for the uncommon case though.
https://reviews.llvm.org/D23379
More information about the llvm-commits
mailing list