This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add support for using vector values in memset inlining
ClosedPublic

Authored by aemerson on May 18 2020, 11:01 AM.

Details

Reviewers
paquette
arsenm
Summary

Straightforward, but doesn't currently result in any perf wins on AArch64, probably due to poor vector codegen anyway.

Diff Detail

Event Timeline

aemerson created this revision.May 18 2020, 11:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2020, 11:01 AM
arsenm accepted this revision.May 18 2020, 12:55 PM
This revision is now accepted and ready to land.May 18 2020, 12:55 PM