[PATCH] D115933: [IR] Change vector.splice intrinsic to reject out-of-bounds indices
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 09:21:28 PST 2022
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: llvm/lib/IR/Verifier.cpp:5368-5369
+ "known minimum number of elements in the vector. For scalable "
+ "vectors this is determined from the vscale_range being compiled "
+ "for.",
+ &Call);
----------------
nit: the minimum number of elements is determined from vscale_range.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115933/new/
https://reviews.llvm.org/D115933
More information about the llvm-commits
mailing list