Files
clang-p2996/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Danial Klimkin 64f1995171 Fix stack overflow in allPathsGoThroughCold past 6b11573b8c (#106384)
Recursion here causes stack overflow on large inputs. Fixing by
unrolling via a stack.
2024-08-30 14:59:00 +02:00

73 KiB