[all-commits] [llvm/llvm-project] cc5b07: [IR] Fix vector.splice verifier scaling by vscale ...
Luke Lau via All-commits
all-commits at lists.llvm.org
Fri Dec 5 00:49:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc5b07c7618538b6065f6793524c10bdb34dd510
https://github.com/llvm/llvm-project/commit/cc5b07c7618538b6065f6793524c10bdb34dd510
Author: Luke Lau <luke at igalia.com>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/invalid-splice.ll
Log Message:
-----------
[IR] Fix vector.splice verifier scaling by vscale for fixed length vectors (#170807)
Currently we multiply the known minimum number of elements by vscale
even if the vector in question is fixed, so sometimes we miss some fixed
vectors with out of bounds indices.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list