Simply replace usage of aliases to functions with aliasee.
This came up when bitcode linking to builtin library and
calls to aliases not being resolved.
Also made minor improvements to existing test.
Paths
| Differential D24023
AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass ClosedPublic Authored by nhaustov on Aug 30 2016, 3:15 AM.
Details Summary Simply replace usage of aliases to functions with aliasee. Also made minor improvements to existing test.
Diff Detail Event Timelinenhaustov updated this object. This revision is now accepted and ready to land.Aug 30 2016, 10:09 AM Closed by commit rL280221: AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass (authored by nhaustov). · Explain WhyAug 31 2016, 4:26 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Why would it error? It simply skips everything that is not alias to function.
Revision Contents
Diff 69660 lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
test/CodeGen/AMDGPU/inline-calls.ll
|