[all-commits] [llvm/llvm-project] deb8f8: [ARM] Add errors for MVE exclusive registers.
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 10 14:06:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deb8f8ab17c5dfc17bd405292ada353e1140665f
https://github.com/llvm/llvm-project/commit/deb8f8ab17c5dfc17bd405292ada353e1140665f
Author: David Green <david.green at arm.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/test/MC/ARM/mve-qdest-qsrc.s
Log Message:
-----------
[ARM] Add errors for MVE exclusive registers.
These instructions already had errors for operands that could not share
the same register:
VCMUL, VMULL, VQDMULL.
This extends that to a few others:
VREV64, VQDMULLqr, VCADD and VHCADD.
Only the i32 types require the error.
Differential Revision: https://reviews.llvm.org/D135560
More information about the All-commits
mailing list