[PATCH] D100454: [AA] Updates for D95543.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 11:41:01 PDT 2021
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/lib/Analysis/AliasAnalysisEvaluator.cpp:57
+ // Change offset sign for the local AR, for printing only.
+ AR.swap(true);
+ }
----------------
Might make sense to make true the default.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100454/new/
https://reviews.llvm.org/D100454
More information about the llvm-commits
mailing list