[PATCH] D64876: [Attributor] Deduce "dereferenceable" attribute

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 08:05:56 PDT 2019


jdoerfert added a comment.

In D64876#1595032 <https://reviews.llvm.org/D64876#1595032>, @uenoku wrote:

> Address comments and add stats. test-suite passed. However as far as I see it, no new dereferenceable was deduced.




  if (!Attr.isEnumAttribute())
    return;

Will block the attribute to reach stats. Could you re-run (with `--cmake-define=TEST_SUITE_COLLECT_STATS=ON`)?


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

https://reviews.llvm.org/D64876





More information about the llvm-commits mailing list