This is an archive of the discontinued LLVM Phabricator instance.

test-suite: add avx512 tests with move-load-store intrinsics
ClosedPublic

Authored by itaraban on Sep 3 2018, 9:41 AM.

Details

Summary

Here is the next bunch of avx512 tests. In each test we do some load, store or move operations and also check result.

Diff Detail

Repository
rL LLVM

Event Timeline

itaraban created this revision.Sep 3 2018, 9:41 AM

Same as D51621, this needs splitting by avx512 feature (AVX512F, AVX512VL, AVX512DQ, AVX512DQVL, AVX512BW, AVX512BWVL)

itaraban updated this revision to Diff 178919.Dec 19 2018, 10:55 AM

Added changes according to D55603

RKSimon accepted this revision.Dec 31 2018, 7:14 AM

LGTM - thanks

This revision is now accepted and ready to land.Dec 31 2018, 7:14 AM
This revision was automatically updated to reflect the committed changes.