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: unassignedb...@nondot.org
          Reporter: jdoerf...@anl.gov
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to