[all-commits] [llvm/llvm-project] 5234fe: [AArch64] Warn when calling a NEON builtin in a st...
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Thu Nov 30 06:58:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5234fe31547737f4fc9d312946cb647968734da1
https://github.com/llvm/llvm-project/commit/5234fe31547737f4fc9d312946cb647968734da1
Author: Sam Tebbs <samuel.tebbs at arm.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaChecking.cpp
A clang/test/Sema/aarch64-incompat-sm-builtin-calls.c
Log Message:
-----------
[AArch64] Warn when calling a NEON builtin in a streaming function (#73672)
This patch introduces a warning that is emitted when a Neon builtin is
called from a streaming function, as that situation is not supported.
Uses work by Kerry McLaughlin.
More information about the All-commits
mailing list