RosieSumpter 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'}}
----------------
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

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

Reply via email to