[PATCH] D85592: [Attributor] Add flag for undef value to the state of AAPotentialValues

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 20:07:24 PDT 2020


okura added a comment.

In D85592#2205403 <https://reviews.llvm.org/D85592#2205403>, @jdoerfert wrote:

> We need tests though.

It seems difficult for me to reflect this change in IR of tests because we have not implemented any `updateImpl` of `AAPotentialValues` and have not made any use of it yet.
Should I add test and land this after implementing them?


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

https://reviews.llvm.org/D85592



More information about the llvm-commits mailing list