[PATCH] D74691: [Attributor] Detect possibly unbounded cycles in functions
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 02:42:19 PST 2020
uenoku added a comment.
Could you make sure that you are using a new pass manager? (It means to use `./opt -passes=attributor ..` but not `./opt -attributor ..`)
If you are using an old pass manager, you might not get `LoopInfo` or other analysis.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74691/new/
https://reviews.llvm.org/D74691
More information about the llvm-commits
mailing list