[PATCH] D122743: [RISCV][VP] Add basic RVV codegen for vp.icmp
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 09:36:13 PDT 2022
frasercrmck added a comment.
Note I'm only testing `i8`, `i32` and `i64` with `vscale x 1` and `vscale x 8` because the test was getting silly. I thought it was better to test all the CCs and various LHS/RHS swappings than each vector type explicitly. If there are concerns about that then let me know!
Oh and I'll update the patch to test fixed-length vectors, which I'd forgotten.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122743/new/
https://reviews.llvm.org/D122743
More information about the llvm-commits
mailing list