This is an archive of the discontinued LLVM Phabricator instance.

[Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set
ClosedPublic

Authored by m_zuckerman on Apr 26 2016, 3:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman retitled this revision from [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps to [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set.
m_zuckerman added a subscriber: llvm-commits.
AsafBadouh accepted this revision.Apr 26 2016, 6:00 AM
AsafBadouh edited edge metadata.

minor fixes, LGTM

test/CodeGen/avx512f-builtins.c
5060 ↗(On Diff #54984)

you can move the "return", its void function.
same for the other two.

This revision is now accepted and ready to land.Apr 26 2016, 6:00 AM
This revision was automatically updated to reflect the committed changes.