[llvm-bugs] [Bug 52562] New: Merge 029f1a53448979365ab965572356b83edc82f755 into 13.0.1

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 19 12:56:12 PST 2021


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: unassignedbugs at nondot.org
          Reporter: brad at comstyle.com
                CC: dimitry at andric.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211119/b089f7d1/attachment.html>


More information about the llvm-bugs mailing list