[Hexagon] Diagnose intrinsics not supported by selected CPU/HVX
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 12 Jul 2018 18:54:04 +0000 (18:54 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 12 Jul 2018 18:54:04 +0000 (18:54 +0000)
commit762dee516c3b1d4d1cf7d8c34921977fd1d60c5a
treea163459475e86e5e3e971bc215995df78a98430c
parent24d617cbee3286ef6997a62434be00d7190d8b01
[Hexagon] Diagnose intrinsics not supported by selected CPU/HVX

llvm-svn: 336933
12 files changed:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/Basic/Targets/Hexagon.cpp
clang/lib/Sema/SemaChecking.cpp
clang/test/Sema/builtins-hexagon-v55.c [new file with mode: 0644]
clang/test/Sema/builtins-hexagon-v60.c [new file with mode: 0644]
clang/test/Sema/builtins-hexagon-v62.c [new file with mode: 0644]
clang/test/Sema/builtins-hexagon-v65.c [new file with mode: 0644]
clang/test/Sema/builtins-hvx-none.c [new file with mode: 0644]
clang/test/Sema/builtins-hvx-v60.c [new file with mode: 0644]
clang/test/Sema/builtins-hvx-v62.c [new file with mode: 0644]
clang/test/Sema/builtins-hvx-v65.c [new file with mode: 0644]