[ARM] Some formatting and predicate VRHADD patterns. NFC
authorDavid Green <david.green@arm.com>
Sat, 8 Aug 2020 13:43:09 +0000 (14:43 +0100)
committerDavid Green <david.green@arm.com>
Sun, 9 Aug 2020 09:07:52 +0000 (10:07 +0100)
commit296faa91ed55c05b40d286be020fc65d2fc262b5
treeafa0d4509f7029e8c4563405e08569fc9fbf0053
parentc990455db91e52bd6b8ac9b68b06ef19f7239722
[ARM] Some formatting and predicate VRHADD patterns. NFC

This formats some of the MVE patterns, and adds a missing
Predicates = [HasMVEInt] to some VRHADD patterns I noticed
as going through. Although I don't believe NEON would ever
use the patterns (as it would use ADDL and VSHRN instead)
they should ideally be predicated on having MVE instructions.
llvm/lib/Target/ARM/ARMInstrMVE.td