[llvm] [DFAJumpThreading] Add an early exit heuristic for unpredictable values (PR #85015)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 08:31:09 PDT 2024


XChy wrote:

> this function is just an unconditional DFS from switch(and every BB can be visited multiple times). 

Or a tight limit can be performed on restricting how many times the BBs can be visited, it sometimes result in exponential runtime.



https://github.com/llvm/llvm-project/pull/85015


More information about the llvm-commits mailing list