[PATCH] D101286: [LAA] Support pointer phis in loop by analyzing each incoming pointer.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 14:29:05 PDT 2021
efriedma added a comment.
Do you need to check anything about the CFG before you just grab the PHI operand values? For example, if there's a loop, you could have a PHI that refers to another PHI in the same basic block, and I suspect that would mess up the analysis.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101286/new/
https://reviews.llvm.org/D101286
More information about the llvm-commits
mailing list