This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add an SVE target feature to the backend and TargetParser
ClosedPublic

Authored by aemerson on Jul 6 2017, 11:11 AM.

Details

Reviewers
rengolin
Summary

[AArch64] Add an SVE target feature to the backend and TargetParser.

The feature will be used properly once assembler/disassembler support begins to land.

Diff Detail

Repository
rL LLVM

Event Timeline

aemerson created this revision.Jul 6 2017, 11:11 AM
aemerson edited the summary of this revision. (Show Details)Jul 6 2017, 11:11 AM
rengolin edited edge metadata.Jul 6 2017, 12:36 PM

Hi Amara,

Thanks for the patch, looks trivial to me. I guess we don't have any targets with SVE by default, so we don't need most tests.

I'm guessing you have a Clang counterpart, too?

cheers,
--renato

Hi Amara,

Thanks for the patch, looks trivial to me. I guess we don't have any targets with SVE by default, so we don't need most tests.

I'm guessing you have a Clang counterpart, too?

cheers,
--renato

Hi Renato,

Yes I have, it depends on this patch to go in first. I'll send that out for review tomorrow.

Cheers,
Amara

fhahn added a subscriber: fhahn.Jul 6 2017, 11:54 PM

Yes I have, it depends on this patch to go in first. I'll send that out for review tomorrow.

Right, we normally review them both together. Not that it would affect this patch much, but it's usually good to know the whole story at once.

cheers,
--renato

This comment was removed by aemerson.

Ignore previous comment, was supposed to be added to D35118.

rengolin accepted this revision.Jul 13 2017, 3:55 AM

The Clang counterpart was approved, this looks good, too. Thanks!

This revision is now accepted and ready to land.Jul 13 2017, 3:55 AM
aemerson closed this revision.Aug 4 2017, 9:43 AM