Files
clang-p2996/llvm/lib/Analysis/MemoryBuiltins.cpp
Arthur Eubanks cf7eac9650 [ObjectSizeOffsetVisitor] Bail after visiting 100 instructions (#67479)
We're running into stack overflows for huge functions with lots of phis.
Even without the stack overflows, this is recursing >7000 in some
auto-generated code.

This fixes the stack overflow and brings down the compile time to
something reasonable.
2023-09-27 14:54:41 +02:00

50 KiB