[all-commits] [llvm/llvm-project] 6f1e43: [AArch64] Alter v8.5a FRINT neon intrinsics to be ...
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 24 03:22:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f1e430360591e22fb163ec77b78efd2de4c1d95
https://github.com/llvm/llvm-project/commit/6f1e430360591e22fb163ec77b78efd2de4c1d95
Author: David Green <david.green at arm.com>
Date: 2022-10-24 (Mon, 24 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
Log Message:
-----------
[AArch64] Alter v8.5a FRINT neon intrinsics to be target-based, not preprocessor based
This switches the v8.5-a FRINT intrinsics over to be target-gated,
behind preprocessor defines. This one is pretty simple, being AArch64
only.
Differential Revision: https://reviews.llvm.org/D135646
More information about the All-commits
mailing list