[llvm] [Attributor][AMDGPU] Enable AAIndirectCallInfo for AMDAttributor (PR #100952)
Yaxun Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 08:52:58 PDT 2024
yxsamliu wrote:
This patch enables both AAIndirectCallInfoCallSite and AAInstanceInfo.
AAIndirectCallInfoCallSite does not affect Blender since no indirect callees get specialized.
However, enabling AAInstanceInfo causes lots of IR changes and causing Blender to crash.
I would suggest to enable AAIndirectCallInfoCallSite only first. And continue investigating regression due to AAInstanceInfo
https://github.com/llvm/llvm-project/pull/100952
More information about the llvm-commits
mailing list