[all-commits] [llvm/llvm-project] e7deca: [AArch64] Alter arm_fp16.h to be target-based, not...
David Green via All-commits
all-commits at lists.llvm.org
Thu Nov 3 09:10:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7deca525058778df15e7888ed24974a32c8686c
https://github.com/llvm/llvm-project/commit/e7deca525058778df15e7888ed24974a32c8686c
Author: David Green <david.green at arm.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M clang/include/clang/Basic/arm_fp16.td
M clang/test/Sema/aarch64-fp16-target.c
Log Message:
-----------
[AArch64] Alter arm_fp16.h to be target-based, not preprocessor based.
As the other recent patches, this alters the arm_fp16 intrinsics to be
target based, not preprocessor based. Apparently arm_fp16.h is AArch64
only under clang, making this mostly trivial with the TargetGuard
infrastructure.
Differential Revision: https://reviews.llvm.org/D137256
More information about the All-commits
mailing list