[PATCH] D34801: [coverage] Make smaller regions for the first case of a switch.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 16:30:21 PDT 2017
efriedma added a comment.
I'm going to look over the overall algorithm one more time to make sure this direction makes sense. The current code for ending regions on break/continue/return/noreturn doesn't really work well, and the way we handle multiple consecutive case statments isn't really right, and I want to make sure I'm not going to end up reverting this. And I need to run some tests to make sure I'm not introducing any crashes. If nothing is wrong, I'll commit tomorrow.
Repository:
rL LLVM
https://reviews.llvm.org/D34801
More information about the llvm-commits
mailing list