This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512] completing missing intrinsics [load/store].
ClosedPublic

Authored by m_zuckerman on May 9 2016, 5:33 AM.

Diff Detail

Event Timeline

m_zuckerman updated this revision to Diff 56559.May 9 2016, 5:33 AM
m_zuckerman retitled this revision from to [Clang][AVX512] completing missing intrinsics [load/store]..
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
AsafBadouh added inline comments.May 10 2016, 1:27 AM
test/CodeGen/avx512f-builtins.c
94

please remove the "return" from all void tests

97

please add CHECK for the store

106

please add CHECK for the store

115

please add CHECK for the store

233

you have it already in line:189

255

you have it already in line:244

m_zuckerman marked 6 inline comments as done.
AsafBadouh accepted this revision.May 10 2016, 5:27 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 10 2016, 5:27 AM
This revision was automatically updated to reflect the committed changes.