[llvm-bugs] [Bug 48003] New: clangsa unsupported AST node ShuffleVectorExpr
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 28 13:53:56 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=48003
Bug ID: 48003
Summary: clangsa unsupported AST node ShuffleVectorExpr
Product: clang
Version: 11.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: dcoughlin at apple.com
Reporter: jimis at gmx.net
CC: dcoughlin at apple.com, llvm-bugs at lists.llvm.org
In file included from
/usr/lib/llvm-11/lib/clang/11.0.0/include/xmmintrin.h:3005:
/usr/lib/llvm-11/lib/clang/11.0.0/include/emmintrin.h:4633:19: error: cannot
import unsupported AST node ShuffleVectorExpr
return (__m128i)__builtin_shufflevector((__v16qi)__a, (__v16qi)__b, 0, 16+0,
1, 16+1, 2, 16+2, 3, 16+3, 4, 16+4, 5, 16+5, 6, 16+6, 7, 16+7);
--
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/20201028/d8a5c335/attachment-0001.html>
More information about the llvm-bugs
mailing list