Files
clang-p2996/llvm/test/CodeGen/AMDGPU/global-alias.ll
Joseph Huber 6dc8c2dada [AMDGPU] Fix resource analysis crash on alias-to-alias function (#99034)
Summary:
Previously this code only looked through a single level of aliases to
find the underlying function. This patch changes it to continue until it
finds the end. Aliases that form a cycle are illegal IR, so we shouldn't
need to worry about infinite loops.

Fixes https://github.com/llvm/llvm-project/issues/96812
2024-07-16 08:34:18 -05:00

1.9 KiB