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

Repository
rL LLVM

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 ↗(On Diff #56559)

please remove the "return" from all void tests

97 ↗(On Diff #56559)

please add CHECK for the store

106 ↗(On Diff #56559)

please add CHECK for the store

115 ↗(On Diff #56559)

please add CHECK for the store

237 ↗(On Diff #56559)

you have it already in line:189

266 ↗(On Diff #56559)

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.