[all-commits] [llvm/llvm-project] 4987ae: [ARM][AArch64] Dont use macros for half instrinsic...
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 3 07:27:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4987ae84622b804e72c405aacbe297f0e5e247c7
https://github.com/llvm/llvm-project/commit/4987ae84622b804e72c405aacbe297f0e5e247c7
Author: David Green <david.green at arm.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
M clang/utils/TableGen/NeonEmitter.cpp
Log Message:
-----------
[ARM][AArch64] Dont use macros for half instrinsics in NeonEmitter
We don't require arm_neon.h fp16 intrinsics to be treated as macros any
more.
Differential Revision: https://reviews.llvm.org/D131504
More information about the All-commits
mailing list