This is an archive of the discontinued LLVM Phabricator instance.

[NFCI][AArch64][SVE] Set default DestructiveInstType in AArch64Inst class
ClosedPublic

Authored by cameron.mcinally on Jan 21 2020, 2:11 PM.

Details

Summary

This is the first patch in a collection to support prefixing destructive operations, with the MOVPRFX instruction, to build constructive operations.

This patch sets the default DestructiveInstType lower down in the AArch64Inst class, rather than the I class. I don't believe it's used yet, so NFCI.

The entirety of this patch comes from D234735.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript

This seems fine as far as it goes.

The entirety of this patch comes from D234735.

I assume you mean D71712.

Bah, yeah, sorry. Copied the wrong number.

This revision is now accepted and ready to land.Jan 29 2020, 8:13 AM
This revision was automatically updated to reflect the committed changes.