Files
clang-p2996/llvm/lib/Transforms/IPO/Attributor.cpp
Ethan Luis McDonough b629d4b912 [Attributor] Prevent infinite loop in AAGlobalValueInfoFloating (#94941)
Global variables that reference themselves alongside a function that is
called indirectly can cause an infinite loop in
`AAGlobalValueInfoFloating`. The recursive reference is continually
pushed back into the workload, causing the attributor to hang
indefinitely.
2024-06-18 09:36:42 -07:00

154 KiB