[PATCH] D91936: [BasicAA] Fix BatchAA results for phi-phi assumptions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 11:34:50 PST 2020


nikic updated this revision to Diff 306928.
nikic edited the summary of this revision.
nikic added a comment.

Rebase. I've committed the not-really-related change that lead to the compile-time improvement. With that gone, the new numbers are: http://localhost:8000/compare.php?from=6f5ef648a57aed3274118dcbd6467e8ac4f6ed1f&to=50d73a31620111c4298cc336ac4682ef7585ed6b&stat=instructions Which does make this a mild compile-time regression, but not too bad.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91936/new/

https://reviews.llvm.org/D91936

Files:
  llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/unittests/Analysis/AliasAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91936.306928.patch
Type: text/x-patch
Size: 6751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201122/14415687/attachment.bin>


More information about the llvm-commits mailing list