AArch64ISelLowering: Reduce maximum recursion depth of isConjunctionDisjunctionTree()
This function will exhibit exponential runtime (2**n) so we should rather use a lower limit. llvm-svn: 258604
Loading
Please sign in to comment
This function will exhibit exponential runtime (2**n) so we should rather use a lower limit. llvm-svn: 258604