<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 - AST Import does not support ShuffleVectorExpr, used for __builtin_shufflevector()"
href="https://bugs.llvm.org/show_bug.cgi?id=51902">51902</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AST Import does not support ShuffleVectorExpr, used for __builtin_shufflevector()
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dcoughlin@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lebedev.ri@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dcoughlin@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>In file included from
/home/lebedevri/rawspeed/src/librawspeed/common/RawImageDataU16.cpp:38:
/usr/lib/llvm-14/lib/clang/14.0.0/include/emmintrin.h:4661:19: error: cannot
import unsupported AST node ShuffleVectorExpr
return (__m128i)__builtin_shufflevector((__v8hi)__a, (__v8hi)__b, 0, 8+0, 1,
8+1, 2, 8+2, 3, 8+3);
^
Standalone repro: <a href="https://godbolt.org/z/Wz1e86P9b">https://godbolt.org/z/Wz1e86P9b</a></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>