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

            Bug ID: 42850
           Summary: ArgumentPromotion keeps tail markers but introduces
                    allocas
           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

Similar to PR14710 (https://bugs.llvm.org/show_bug.cgi?id=14710), argument
promotion fails to eliminate 'tail' call markers when it introduces alloca
instructions if the call is not a user of the argument being promoted.

-- 
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