[llvm] [PredicateInfo] Support `PredicateInfo` by adding `PHI` nodes that pick up info from created branch predicates (PR #151132)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 08:19:35 PST 2025
dtcxzyw wrote:
> Can you point out which parts are complex?
Also there's a limitation we can set to number of such nodes we can introduce, I believe it's 4/8 similar for branch/assume which already exist, can do the same for this too.
I mean the time/space complexity. Yeah the compile-time overhead can be mitigated by specifying a threshold. But the most important thing is to demonstrate its usefulness in more real-world programs...
https://github.com/llvm/llvm-project/pull/151132
More information about the llvm-commits
mailing list