This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME][NFC] Add implicit operands for SME instructions in the disassembly.
ClosedPublic

Authored by CarolineConcatto on May 13 2022, 3:45 AM.

Details

Summary

This patch simplifies the switch statement in getInstruction to add
implicit operands (register ZA and Immediate equal to zero)
in the SME operands when disassembly.

The register ZA and the zero immediate can be added by checking the operand
in MCInstDesc.

Diff Detail