[PATCH] D82448: [AArch64][SVE] Add bfloat16 support to store intrinsics
Francesco Petrogalli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 07:31:49 PDT 2020
fpetrogalli accepted this revision.
fpetrogalli added a comment.
This revision is now accepted and ready to land.
LGTM, just one nit.
Francesco
================
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c:4
+// RUN: %clang_cc1 -D__ARM_FEATURE_SVE -D__ARM_FEATURE_BF16_SCALAR_ARITHMETIC -triple aarch64-none-linux-gnu -target-feature +sve -target-feature +bf16 -fallow-half-arguments-and-returns -fsyntax-only -verify -verify-ignore-unexpected=error -verify-ignore-unexpected=note %s
+
+#include <arm_sve.h>
----------------
Nit: is it worth adding the `ASM-NOT: warning` check that is used in other tests? Of course, only if it doesn't fail, for in such case we would have to address the problem in a separate patch.
(Same for all the new C tests added in this patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82448/new/
https://reviews.llvm.org/D82448
More information about the cfe-commits
mailing list