[PATCH] D141482: [LVI][CVP] Make use of condition known at use
luxufan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 05:32:27 PST 2023
StephenFan added inline comments.
================
Comment at: llvm/lib/Analysis/LazyValueInfo.cpp:1680
+
+ if (!CurrI->hasOneUse())
+ break;
----------------
Is limiting the number of uses a consideration of compile-time? If we can give it a mutable limit and support handling multiple uses?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141482/new/
https://reviews.llvm.org/D141482
More information about the llvm-commits
mailing list