[llvm-branch-commits] [llvm] [Attributor][AMDGPU] Improve the handling of indirect calls (PR #100954)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 29 06:22:57 PDT 2024


shiltian wrote:

> The apparent change here is to simply reverse the effect of #100952 on the lit test. Would be good to have a test which shows what the improvement is.

Yes, this patch is still WIP (draft).

> Also, I think #100952 merely enables AAIndirectCallInfo, and feels like an integral part of this change itself. I would lean towards squashing it into this change.

#100953 is based on #100952 because I'd like to demonstrate how the change of function signature will work.

https://github.com/llvm/llvm-project/pull/100954


More information about the llvm-branch-commits mailing list