[PATCH] D149741: [InlineCost][TargetTransformInfo][AMDGPU] Consider cost of alloca instructions in the caller (2/2)
Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 05:33:13 PDT 2023
jmmartinez added reviewers: arsenm, foad, Pierre-vh.
jmmartinez added a comment.
Herald added a subscriber: StephenFan.
I started this 3-patch series to quick the discussion about how we could take into account the interaction between SROA and the Inliner in AMDGPU.
Currently, we may avoid inlining functions where inlining might be profitable due to SROA being applied. This patch tries to take that into account.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149741/new/
https://reviews.llvm.org/D149741
More information about the llvm-commits
mailing list