[all-commits] [llvm/llvm-project] dbeb3d: Add missing vrnd intrinsics
Victor Campos via All-commits
all-commits at lists.llvm.org
Mon Sep 11 05:00:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbeb3d029d8e3120668288a284d0babeb81545fd
https://github.com/llvm/llvm-project/commit/dbeb3d029d8e3120668288a284d0babeb81545fd
Author: Max Iyengar <max.iyengar at arm.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M clang/include/clang/Basic/arm_neon.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/aarch64-v8.5a-neon-frint3264-intrinsic.c
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/v8.5a-neon-frint3264-intrinsic.ll
Log Message:
-----------
Add missing vrnd intrinsics
This patch adds 8 missing intrinsics as specified in the Arm ACLE document section 2.12.1.1 : [[ https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#rounding-3 | https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#rounding-3]]
The intrinsics implemented are:
- vrnd32z_f64
- vrnd32zq_f64
- vrnd64z_f64
- vrnd64zq_f64
- vrnd32x_f64
- vrnd32xq_f64
- vrnd64x_f64
- vrnd64xq_f64
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D158626
More information about the All-commits
mailing list