This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Asm: Add support for (mov|dup) of scalar
ClosedPublic

Authored by sdesmalen on Jan 8 2018, 7:38 AM.

Details

Summary

This patch adds support for 'dup' (Scalar -> SVE) and its corresponding 'mov' alias.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.Jan 8 2018, 7:38 AM
fhahn accepted this revision.Jan 9 2018, 5:05 AM

LGTM. straight-forward new instruction.

lib/Target/AArch64/SVEInstrFormats.td
21 ↗(On Diff #128914)

this line looks off.

This revision is now accepted and ready to land.Jan 9 2018, 5:05 AM
sdesmalen closed this revision.Jan 10 2018, 3:34 AM
This revision was automatically updated to reflect the committed changes.