[PATCH] D16403: Add scope information to CFG

Artem Dergachev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 11:04:18 PST 2018


NoQ added a comment.

In https://reviews.llvm.org/D16403#1031567, @thakis wrote:

> Since this affects analysis-based warnings, have you checked if this patch has any effect on compile times?


Just in case - this is under an analyzer-only flag, so the actual warnings are not affected. I guess it might be useful to evaluate compilation time impact caused by checking the flag and bailing out, but i doubt it'd be noticeable.


Repository:
  rL LLVM

https://reviews.llvm.org/D16403





More information about the llvm-commits mailing list