This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement copying for Z registers
AbandonedPublic

Authored by huntergr on Jun 5 2018, 5:50 AM.

Details

Summary

Implements copying for scalable vector registers using the "orr"
instruction.

Part of the initial SVE codegen series, rfc will be posted soon. Note: this patch is currently just to support the scalable vector codegen rfc, and does not need a full review yet.

Diff Detail