[llvm] [AMDGPU] Always Inline preserved analyses (PR #91198)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 07:15:58 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;
----------------
jofrn wrote:

ah, thank you!

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


More information about the llvm-commits mailing list