This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][AsmParser] Unify 'addVectorListOperands' functions.
ClosedPublic

Authored by sdesmalen on Apr 9 2018, 2:34 AM.

Details

Summary

Merged 'addVectorList64Operands' and 'addVectorList128Operands' into a
generic 'addVectorListOperands', which can be easily extended to work
for SVE vectors.

This is patch [4/6] in a series to add assembler/disassembler support for
SVE's contiguous ST1 (scalar+imm) instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.Apr 9 2018, 2:34 AM
rengolin accepted this revision.Apr 9 2018, 12:15 PM

Simple and NFC. LGTM. Thanks!

This revision is now accepted and ready to land.Apr 9 2018, 12:15 PM
This revision was automatically updated to reflect the committed changes.