[PATCH] D124850: [Sema][SVE2] Move/simplify Sema testing for SVE2 ACLE builtins
Rosie Sumpter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 01:19:55 PDT 2022
RosieSumpter added inline comments.
================
Comment at: clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_bfloat.cpp:8
+ // expected-error at +1 {{use of undeclared identifier 'svwhilerw_bf16'}}
+ svwhilerw_bf16(const_bf16_ptr, const_bf16_ptr);
+ // expected-error at +1 {{use of undeclared identifier 'svtbx_bf16'}}
----------------
sdesmalen wrote:
> Can you wrap these in SVE_ACLE_FUNC and add an extra RUN line for these?
I've done this how I think it makes sense, which is to have the flags +sve +bf16 in the overload run line, but let me know if this doesn't seem correct to you.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124850/new/
https://reviews.llvm.org/D124850
More information about the cfe-commits
mailing list