[PATCH] D80707: [legacyPM] Do not compute preserved analysis if there's no local change

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 01:03:23 PDT 2020


nikic added a comment.

Is this patch complete? I would have expected this change to break our pipeline testing approach, because those tests run on trivial functions where this would likely hide some/most places where analyses are recomputed.


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

https://reviews.llvm.org/D80707





More information about the llvm-commits mailing list