[PATCH] D47023: Limit the number of phis in intptr/ptrint folding
Michael Zolotukhin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 12:44:35 PDT 2018
mzolotukhin added a comment.
Hi David,
Unfortunately, this change doesn't help the testcase we have, so there should be more issues with this. Do you have other ideas how it can be fixed (the script I sent earlier still exposes an issue)? Instruments show that the most time is currently spent in `Use::getUser()`.
Thanks,
Michael
Repository:
rL LLVM
https://reviews.llvm.org/D47023
More information about the llvm-commits
mailing list