[all-commits] [llvm/llvm-project] af1bb2: [AArch64][ARM] Alter v8.3a complex neon intrinsics...
David Green via All-commits
all-commits at lists.llvm.org
Tue Oct 25 06:35:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af1bb287b4de3c5a5d82679ceb001c7d70f09c82
https://github.com/llvm/llvm-project/commit/af1bb287b4de3c5a5d82679ceb001c7d70f09c82
Author: David Green <david.green at arm.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M clang/include/clang/Basic/arm_neon.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/Sema/aarch64-neon-target.c
M clang/test/Sema/arm-neon-target.c
Log Message:
-----------
[AArch64][ARM] Alter v8.3a complex neon intrinsics to be target-based, not preprocessor based
This alters the 8.3 complex intrinsics to be target-gated, as opposed to
hidden behind preprocessor macros. This is the last of arm_neon.h, and
follows the same formula as before.
Differential Revision: https://reviews.llvm.org/D135647
More information about the All-commits
mailing list