This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512bw] add convert i16 to i8 and unpack intrinsics
ClosedPublic

Authored by AsafBadouh on Jul 28 2015, 8:46 AM.

Diff Detail

Event Timeline

AsafBadouh updated this revision to Diff 30822.Jul 28 2015, 8:46 AM
AsafBadouh retitled this revision from to [X86][AVX512bw] add convert i16 to i8 and unpack intrinsics.
AsafBadouh updated this object.
AsafBadouh added reviewers: delena, igorb, gbenyei, mkuper.
AsafBadouh added a subscriber: llvm-commits.
mkuper added inline comments.Jul 28 2015, 10:54 AM
lib/Headers/avx512bwintrin.h
1297

Can these fixes be a separate commit?

1369

Sometimes the call is on the same line as the cast, sometimes not. Looks odd, style-wise.

1391

Extra space before the ()

1412

Same here.

1421

Same here.

1448

Same here.
There are more below, can you just find them all and remove the extra spaces?

AsafBadouh marked an inline comment as done.

Fixed according to Michael Kuperstein comments

mkuper added inline comments.Jul 29 2015, 12:44 AM
lib/Headers/avx512bwintrin.h
1403

Sorry for the nitpicking, but, for consistency, line-break before the __M?

1484

Have a tab here, perhaps?

This revision was automatically updated to reflect the committed changes.