[PATCH] D14181: Update the discriminator assignment algorithm.
Diego Novillo via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 14:05:19 PDT 2015
On Thu, Oct 29, 2015 at 10:33 AM, Dehao Chen <danielcdh at gmail.com> wrote:
> danielcdh created this revision.
> danielcdh added reviewers: dnovillo, davidxl.
> danielcdh added a subscriber: llvm-commits.
>
> * If a scope has already been assigned a discriminator, do not reassign a
> nested discriminator for it.
> * If the file and line both match, even if the column does not match, we
> should assign a new discriminator for the stmt.
>
>
Could you commit the re-format changes before the algorithmic changes? No
need to send those out for review.
Thanks. Diego.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151029/10b77e5d/attachment.html>
More information about the llvm-commits
mailing list