sdesmalen added inline comments.

================
Comment at: clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_bfloat.cpp:8
+  // expected-error@+1 {{use of undeclared identifier 'svwhilerw_bf16'}}
+  svwhilerw_bf16(const_bf16_ptr, const_bf16_ptr);
+  // expected-error@+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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to