[PATCH] D95335: [Verifier] enable and limit llvm.experimental.noalias.scope.decl dominance checking
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 06:09:06 PST 2021
jeroen.dobbelaere added a comment.
For a stage2 release build and the test-suite, the largest amount of noalias scope decls for a function is 1075 (triggered by llvm/unittests/ADT/SmallVectorTest.cpp). Everything else is <1000. The largest amount of same scope declarations seen was 5.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95335/new/
https://reviews.llvm.org/D95335
More information about the llvm-commits
mailing list