[PATCH] D102842: [Verifier] Fail on invalid indices for {insert,extract} vector intrinsics
Joe Ellis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 05:29:11 PDT 2021
joechrisellis added a comment.
Reviewers, especially @david-arm: there are still additional verifier checks to be implemented. In particular, we can add a verifier check for 'overrunning' the vectors with an insert/extract. This is currently handled by spawning an undef at the moment, but where we can determine this statically it makes sense to have the verifier spit an error. 🙂
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102842/new/
https://reviews.llvm.org/D102842
More information about the llvm-commits
mailing list