https://bugs.llvm.org/show_bug.cgi?id=35404

Zequan Wu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #6 from Zequan Wu <[email protected]> ---
> The right way to solve is to emit a gap area between the end of each 
> statement which may terminate its region, and the start of the next 
> statement. However, there's a chance this could blow up the size of coverage 
> mappings.
I think we could add a gap region between two statements only if the first
statement contains a terminating statement like return, continue, break etc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to