Files
clang-p2996/llvm/lib/Analysis/MLInlineAdvisor.cpp
Arthur Eubanks 94471e6d23 [MLInliner] Handle CGSCC changes from #94815 (#96274)
With #94815, the nodes belonging to dead functions are no longer
invalidated, but kept around to batch delete at the end of the call
graph walk.

The ML inliner needs to be updated to handle this. This fixes some
asserts getting hit, e.g. https://crbug.com/348376263.
2024-07-03 10:14:49 -07:00

22 KiB