[all-commits] [llvm/llvm-project] f25565: [SVE] ACLE: Fix builtins for svdup_lane_bf16 and s...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Thu Jul 2 01:58:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f255656a97f7c83f7e049fd916278bbf7446651e
https://github.com/llvm/llvm-project/commit/f255656a97f7c83f7e049fd916278bbf7446651e
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvtnt.c
M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup-bfloat.c
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[SVE] ACLE: Fix builtins for svdup_lane_bf16 and svcvtnt_bf16_f32_x
bfloat16 variants of svdup_lane were missing, and svcvtnt_bf16_x
was implemented incorrectly (it takes an operand for the inactive
lanes)
Reviewers: fpetrogalli, efriedma
Reviewed By: fpetrogalli
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82908
More information about the All-commits
mailing list