[all-commits] [llvm/llvm-project] 3ae0f3: [RISCV] Add missing implicit $vtype to vector copi...
Luke Lau via All-commits
all-commits at lists.llvm.org
Fri Jan 31 00:25:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ae0f3047b5a0de8ef98c167610f6018f615b7ea
https://github.com/llvm/llvm-project/commit/3ae0f3047b5a0de8ef98c167610f6018f615b7ea
Author: Luke Lau <luke at igalia.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/mask-reg-alloc.mir
M llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.mir
Log Message:
-----------
[RISCV] Add missing implicit $vtype to vector copies in mir tests. NFC
After #118283 COPYs now have implicit uses on $vtype, but these were
silently missing in these tests because they're appended to the end of
line and so still pass.
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