This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][X86] G_LOAD/G_STORE vec256/512 support
ClosedPublic

Authored by igorb on May 17 2017, 12:16 AM.

Details

Summary

mark G_LOAD/G_STORE vec256/512 legal for AVX/AVX512. Implement instruction selection.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.May 17 2017, 12:16 AM
zvi accepted this revision.May 22 2017, 4:36 AM

LGTM

This revision is now accepted and ready to land.May 22 2017, 4:36 AM
igorb updated this revision to Diff 99859.May 23 2017, 1:14 AM
  • rebase
This revision was automatically updated to reflect the committed changes.