frasercrmck accepted this revision.
frasercrmck added a comment.
LGTM in principle but `aliases.s` is apparently failing with something that
looks relevant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106044/new/
https://reviews.llvm.org/D106044
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106044/new/
https://reviews.llvm.org/D106044
___
HsiangKai added a comment.
Herald added a subscriber: achieveartificialintelligence.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106044/new/
https://reviews.llvm.org/D106044
___
cfe-commits maili
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