Files
clang-p2996/llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-ldexp.ll
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

13 KiB