[PATCH] D124850: [Sema][SVE2] Move/simplify Sema testing for SVE2 ACLE builtins

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 07:51:32 PDT 2022


sdesmalen 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'}}
----------------
Can you wrap these in SVE_ACLE_FUNC and add an extra RUN line for these?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124850/new/

https://reviews.llvm.org/D124850



More information about the cfe-commits mailing list