[llvm-bugs] [Bug 31881] New: Cherry pick r294088 to 4.0 branch (MachineCopyPropagation fix)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 6 09:54:21 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=31881
Bug ID: 31881
Summary: Cherry pick r294088 to 4.0 branch
(MachineCopyPropagation fix)
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: matze at braunis.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 17940
--> https://llvm.org/bugs/attachment.cgi?id=17940&action=edit
Patch adapted to 4.0 branch
r294088 addresses a miscompile in situations with non-coalesced COPY
instructions in combination with deeper register hierarchies (ARMv7 neon in
this case). The problem was found in swift code but the issue is general.
The patch needs to be slightly adapted for the 4.0 branch, I attached a patch.
--
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/20170206/574ca478/attachment.html>
More information about the llvm-bugs
mailing list