This is an archive of the discontinued LLVM Phabricator instance.

[X86][Codegen] adding masked gathers tests for avx2
ClosedPublic

Authored by magabari on Sep 13 2017, 4:41 AM.

Diff Detail

Event Timeline

magabari created this revision.Sep 13 2017, 4:41 AM
RKSimon added inline comments.Sep 14 2017, 12:25 AM
test/CodeGen/X86/avx2-masked-gather.ll
4

Please use -mattr instead of -mcpu if you can - it avoids codegen reorderings when the scheduler models get tweaked.

magabari updated this revision to Diff 115567.Sep 17 2017, 1:18 AM
magabari marked an inline comment as done.
RKSimon accepted this revision.Sep 17 2017, 3:59 AM

LGTM

This revision is now accepted and ready to land.Sep 17 2017, 3:59 AM
This revision was automatically updated to reflect the committed changes.