[PATCH] D97401: [basicaa] Recurse through a single phi input

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 09:44:13 PST 2021


nikic accepted this revision.
nikic added a comment.

Yes, this looks like a safe extension, as we're recursing down exactly one value. I think it's okay to apply this until we can come up with a more general solution to this problem space.


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

https://reviews.llvm.org/D97401



More information about the llvm-commits mailing list