peterwaller-arm added inline comments.
================
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c:235
+// CHECK-NEXT:    ret void
+//
 void test_svst1w_scatter_u64base_index_u64(svbool_t pg, svuint64_t bases, 
int64_t index, svuint64_t data)
----------------
Unfortunately it looks like these were not autogenerated, they used to use 
CHECK-DAG. This results in more changes than we expect. My thinking is that 
these tests are intended to be autogenerated, so we should make a clean patch 
which autogenerates the tests and then reapply your work on top of that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113489

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

Reply via email to