This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Asm: Support for CPY immediate instructions
ClosedPublic

Authored by sdesmalen on May 30 2018, 1:40 AM.

Details

Diff Detail

Event Timeline

sdesmalen created this revision.May 30 2018, 1:40 AM
fhahn accepted this revision.Jun 1 2018, 8:34 AM

LGTM

lib/Target/AArch64/SVEInstrFormats.td
625

nit: could this go on the previous line?

628

nit: could those go in the previous line? I realize that we have a similar formatting at other places but do we need the newlines here?

This revision is now accepted and ready to land.Jun 1 2018, 8:34 AM
sdesmalen marked 2 inline comments as done.Jun 3 2018, 10:44 PM
This revision was automatically updated to reflect the committed changes.