[PATCH] D86565: [Attributor] Do not manifest noundef for dead positions

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 07:14:56 PDT 2020


okura added a comment.

In D86565#2238813 <https://reviews.llvm.org/D86565#2238813>, @sstefan1 wrote:

> Are you going to move the AAIsDead query to the update?

No, I'm going to allow to query (initialize) new AA in the manifestation stage. That will save us from querying AAIsDead before the manifestation stage.


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

https://reviews.llvm.org/D86565



More information about the llvm-commits mailing list