This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix operand definitions of XPACI/XPACD
ClosedPublic

Authored by chill on Jul 22 2020, 1:44 AM.

Details

Summary

The operand to these instructions is both input and output.

These are not yet emitted by the compiler and the assembler already works fine, so
can't test in this patch. But D75044 will use XPACI and provide test coverage for this patch as well.

Diff Detail

Event Timeline

chill created this revision.Jul 22 2020, 1:44 AM
chill edited the summary of this revision. (Show Details)Jul 22 2020, 1:47 AM
chill added reviewers: samparker, danielkiss.
danielkiss accepted this revision.Jul 22 2020, 2:51 AM
This revision is now accepted and ready to land.Jul 22 2020, 2:51 AM
This revision was automatically updated to reflect the committed changes.