https://bugs.llvm.org/show_bug.cgi?id=52562

            Bug ID: 52562
           Summary: Merge 029f1a53448979365ab965572356b83edc82f755 into
                    13.0.1
           Product: libraries
           Version: 13.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Global Analyses
          Assignee: unassignedb...@nondot.org
          Reporter: b...@comstyle.com
                CC: dimi...@andric.com, llvm-bugs@lists.llvm.org
            Blocks: 52147

Please merge
https://github.com/llvm/llvm-project/commit/029f1a53448979365ab965572356b83edc82f755.

[PATCH] [LazyCallGraph] Skip blockaddresses

blockaddresses do not participate in the call graph since the only
instructions that use them must all return to someplace within the
current function. And passes cannot retrieve a function address from a
blockaddress.

Fixes PR50881.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=52147
[Bug 52147] [meta] 13.0.1 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to