[all-commits] [llvm/llvm-project] 75d43d: [ARM] Accept two-register form of vnmul
ostannard via All-commits
all-commits at lists.llvm.org
Fri Jan 13 07:17:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75d43d383450def4d2e373ddc9cdd829302b2bff
https://github.com/llvm/llvm-project/commit/75d43d383450def4d2e373ddc9cdd829302b2bff
Author: Jirui Wu <jirui.wu at arm.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrVFP.td
M llvm/test/MC/ARM/fullfp16.s
M llvm/test/MC/ARM/simple-fp-encoding.s
M llvm/test/MC/Disassembler/ARM/fp-encoding.txt
M llvm/test/MC/Disassembler/ARM/fullfp16-arm.txt
M llvm/test/MC/Disassembler/ARM/fullfp16-thumb.txt
Log Message:
-----------
[ARM] Accept two-register form of vnmul
The previous vnmul only accepts three registers. It should accept either
two or three registers as vmul does.
Differential Revision: https://reviews.llvm.org/D141405
More information about the All-commits
mailing list