This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Extend parsing of Prefetch operation for SVE.
ClosedPublic

Authored by sdesmalen on May 10 2018, 2:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.May 10 2018, 2:14 AM
fhahn accepted this revision.May 11 2018, 1:32 AM

LGTM

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
2085 ↗(On Diff #146099)

nit: As we are using Optional, something like PRFM.getValueOr("") would be slightly more explicit IMO

This revision is now accepted and ready to land.May 11 2018, 1:32 AM
This revision was automatically updated to reflect the committed changes.
sdesmalen marked an inline comment as done.May 14 2018, 4:59 AM