[llvm-bugs] [Bug 42850] New: ArgumentPromotion keeps tail markers but introduces allocas
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 31 12:44:23 PDT 2019
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: unassignedbugs at nondot.org
Reporter: jdoerfert at anl.gov
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190731/8692e6e5/attachment.html>
More information about the llvm-bugs
mailing list