This is an archive of the discontinued LLVM Phabricator instance.

[Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST and VPBROADCAST instruction set .
ClosedPublic

Authored by m_zuckerman on Apr 17 2016, 5:22 AM.

Diff Detail

Event Timeline

m_zuckerman retitled this revision from to [Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST instruction set . .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
delena added inline comments.Apr 17 2016, 12:10 PM
include/clang/Basic/BuiltinsX86.def
2014

VL and CD

test/CodeGen/avx512vl-builtins.c
4029 ↗(On Diff #54003)

these tests should be in another file VL+CD

m_zuckerman marked an inline comment as done.
m_zuckerman retitled this revision from [Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST instruction set . to [Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST and VPBROADCAST instruction set . .Apr 24 2016, 3:21 AM
delena accepted this revision.Apr 27 2016, 12:59 AM
delena edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2016, 12:59 AM
This revision was automatically updated to reflect the committed changes.