[PATCH] D104822: [RISCV] Add vget/vset intrinsics for inserting and extracting between different lmuls.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 01:16:43 PDT 2021
frasercrmck added a comment.
What's supposed to happen if the provided index is invalid? I'm suspecting we'd currently get a IR verification error on the insert/extract indices. I'm wondering if we can/should catch that earlier?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104822/new/
https://reviews.llvm.org/D104822
More information about the llvm-commits
mailing list