This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
ClosedPublic

Authored by m_zuckerman on May 25 2016, 8:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: cfe-commits.
delena added inline comments.May 26 2016, 1:02 PM
test/CodeGen/avx512f-builtins.c
1927 ↗(On Diff #58428)

I don't understand how do you receive intrinsic if you issue IR.

craig.topper added inline comments.
test/CodeGen/avx512f-builtins.c
1927 ↗(On Diff #58428)

The word "check" being in lowercase causes filecheck to ignore it so it isn't being checked.

m_zuckerman added inline comments.May 27 2016, 7:05 AM
test/CodeGen/avx512f-builtins.c
1927 ↗(On Diff #58428)

You are right.
Thanks I didn't saw it. I will fix it.

m_zuckerman updated this revision to Diff 59663.Jun 5 2016, 7:00 AM
delena accepted this revision.Jun 7 2016, 2:16 AM
delena edited edge metadata.
This revision is now accepted and ready to land.Jun 7 2016, 2:17 AM
This revision was automatically updated to reflect the committed changes.