This revision was automatically updated to reflect the committed changes.
Closed by commit rGfd2c4b899932: [AArch64][SVE] Add bfloat16 support to svlen
intrinsic (authored by c-rhodes).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82186/new/
https:
c-rhodes updated this revision to Diff 272753.
c-rhodes added a comment.
Changes:
- Rebased.
- Moved bfloat test to separate file.
- Added checks to test intrinsics are guarded by feature flag, this is by
omitting the feature macro `__ARM_FEATURE_SVE_BF16` for now but will eventually
be updated
c-rhodes added inline comments.
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c:2
// REQUIRES: aarch64-registered-target
-// RUN: %clang_cc1 -D__ARM_FEATURE_SVE -triple aarch64-none-linux-gnu
-target-feature +sve -fallow-half-arguments-and-returns -S -O1 -W
fpetrogalli added inline comments.
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c:2
// REQUIRES: aarch64-registered-target
-// RUN: %clang_cc1 -D__ARM_FEATURE_SVE -triple aarch64-none-linux-gnu
-target-feature +sve -fallow-half-arguments-and-returns -S -O1
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, efriedma, david-arm, fpetrogalli, stuij.
Herald added subscribers: danielkiss, psnobl, rkruppe, kristof.beyls, tschuett.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82186
Files