This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Asm: Print indexed element 0 as FPR.
ClosedPublic

Authored by sdesmalen on May 30 2018, 11:47 PM.

Details

Summary

Print the first indexed element as a FP register,
for example:

mov z0.d, z1.d[0]

Is now printed as:

mov z0.d, d1

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.May 30 2018, 11:47 PM
fhahn accepted this revision.Jun 1 2018, 3:57 AM

LGTM. It also adds aliases for FPR-to-ZPR versions, maybe you could mention that in the commit message?

This revision is now accepted and ready to land.Jun 1 2018, 3:57 AM
This revision was automatically updated to reflect the committed changes.