This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Initial store patterns for SVE
AbandonedPublic

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

Details

Summary

Adds simple ISel patterns for stores of legal integer scalable
vector types with a single base address, plus unit tests for same.

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

Event Timeline

huntergr created this revision.Jun 5 2018, 5:43 AM
huntergr abandoned this revision.Mar 22 2019, 3:03 AM

A better set of patterns will be created later.