Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
Matt Arsenault b446c208a5 AMDGPU: Verify function type matches when matching libcalls (#119043)
Previously this would recognize a call to a mangled ldexp(float, float)
as a candidate to replace with the intrinsic. We need to verify the second
parameter is in fact an integer.

Fixes: SWDEV-501389
2024-12-16 15:01:48 +09:00

56 KiB