This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512VL] add many intrinsics
ClosedPublic

Authored by AsafBadouh on Jul 27 2015, 7:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 30695.Jul 27 2015, 7:52 AM
AsafBadouh retitled this revision from to [X86][AVX512VL] add many intrinsics.
AsafBadouh updated this object.
AsafBadouh added reviewers: igorb, delena, gbenyei.
AsafBadouh added a subscriber: llvm-commits.
delena edited edge metadata.Jul 27 2015, 10:16 AM

LGTM. But I suggest :

  1. Run llc and ensure that you don't have any issue or unresolved "call" after llc.
  2. Divide this patch into many parts and submit one-by-one.
This revision was automatically updated to reflect the committed changes.