[llvm] [AMDGPU] Always Inline preserved analyses (PR #91198)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 07:08:21 PDT 2024
================
@@ -98,6 +99,7 @@ static bool alwaysInlineImpl(Module &M, bool GlobalOpt) {
if (TT.getArch() == Triple::amdgcn &&
A.getLinkage() != GlobalValue::InternalLinkage)
continue;
+ Preserved = false;
----------------
arsenm wrote:
The normal way to do this is track changed not preserved
https://github.com/llvm/llvm-project/pull/91198
More information about the llvm-commits
mailing list