llvm-project/llvm/test/Transforms/FunctionSpecialization
Alexandros Lamprineas 33ecc8a9b8 [IPSCCP][FuncSpec] Fix compiler crash 60191.
Found here https://github.com/llvm/llvm-project/issues/60191

The compiler would crash when specializing a function based on a function
pointer whose call sites may expect less parameters than those of the
function we are replacing the pointer with.

Differential Revision: https://reviews.llvm.org/D142444
2023-01-24 18:36:12 +00:00
..