<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Request merge of three AArch64 SVE fixes onto the LLVM 11 release branch."
href="https://bugs.llvm.org/show_bug.cgi?id=47331">47331</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Request merge of three AArch64 SVE fixes onto the LLVM 11 release branch.
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>11.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Backend: AArch64
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sander.desmalen@arm.com
</td>
</tr>
<tr>
<th>CC</th>
<td>arnaud.degrandmaison@arm.com, llvm-bugs@lists.llvm.org, smithp352@googlemail.com, Ties.Stuij@arm.com
</td>
</tr></table>
<p>
<div>
<pre>Hello, would it be possible to have these three patches cherry-picked onto the
LLVM 11 release branch?
The first two patches (one NFC and the other a fix), fixes an issue when
building with -mattr=+sve and -g, which otherwise causes a compiler crash, but
with these patches generates debug info for target-specific SVE vector types.
This should be low/no risk for non-SVE targets, as it is entirely specific to
the AArch64 SVE ACLE implementation:
4e9b66de3f046c1e97b34c938b0920fa6401f40c Sander de Smalen [AArch64][SVE] Add
missing debug info for ACLE types.
0353848cc94f0fc23a953f8f420be7ee3342c8dc Sander de Smalen [Clang][SVE] NFC:
Move info about ACLE types into separate function.
The other patch fixes a minor codegen issue for AArch64 SVE:
5f47d4456d192eaea8c56a2b4648023c8743c927 Sander de Smalen [AArch64][SVE] Fix
calculation restore point for SVE callee saves.
The patches apply without conflict, and can be cherry-picked with:
git cherry-pick 0353848cc94f0fc23a953f8f420be7ee3342c8dc
5f47d4456d192eaea8c56a2b4648023c8743c927
4e9b66de3f046c1e97b34c938b0920fa6401f40c
Please let me know if you have any questions or concerns.
Thanks,
Sander</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>