craig.topper added inline comments.

================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vse.c:1182
+void test_vsm_v_b1(uint8_t *base, vbool1_t value, size_t vl) {
   return vse1(base, value, vl);
 }
----------------
Was the call supposed to be renamed or just the test name?


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics/vle.c:1258
 //
 vbool64_t test_vle1_v_b64(const uint8_t *base, size_t vl) {
   return vle1_v_b64(base, vl);
----------------
Did you mean to leave the old test name? I don't see the same in the vse.c file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106044

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

Reply via email to