[llvm-bugs] [Bug 42683] New: ArgumentPromotion unpacks recursive types endlessly

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 18 23:12:29 PDT 2019


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

            Bug ID: 42683
           Summary: ArgumentPromotion unpacks recursive types endlessly
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Interprocedural Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: jdoerfert at anl.gov
                CC: llvm-bugs at lists.llvm.org

Created attachment 22260
  --> https://bugs.llvm.org/attachment.cgi?id=22260&action=edit
reproducer

ArgumentPromotion checks for "self recursive" functions but not for recursion
that involves more than one function. This code was a "fix" for PR8932.

Reproducer is attached.

-- 
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/20190719/d3f6ee0f/attachment.html>


More information about the llvm-bugs mailing list