The ARM NEON vector compare instructions take three arguments. However, the assembler should also accept a two arg form, as the assembler has the first (destination) register as optional.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
OK to commit with the noted minor cleanups.
lib/Target/ARM/ARMInstrNEON.td | ||
---|---|---|
4267 | No need for enclosing '{' '}' when there's only one def[m] inside them. The constraint is typically specified as "$Vm = $Vd" (order reversed). | |
test/MC/ARM/neon-bitwise-encoding.s | ||
1 | Inadvertant change, or 80 column fix? If the latter, no worries, it's just not clear from the diff which it is. |
No need for enclosing '{' '}' when there's only one def[m] inside them.
The constraint is typically specified as "$Vm = $Vd" (order reversed).