Files
clang-p2996/llvm/lib/CodeGen/GlobalMergeFunctions.cpp
Kyungwoo Lee 815343e7dd [CGData][Merger] Avoid merging the attached call target (#121030)
For global function merging, the target of the arc-attached call must be
a constant and cannot be parameterized.
This change adds a check to bypass this case in `canParameterizeCallOperand()`.
2024-12-27 11:59:25 -08:00

23 KiB