This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add SERIALIZE instruction.
ClosedPublic

Authored by tianqing on Mar 31 2020, 10:22 PM.

Diff Detail

Event Timeline

tianqing created this revision.Mar 31 2020, 10:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2020, 10:22 PM
This revision is now accepted and ready to land.Mar 31 2020, 11:12 PM
craig.topper requested changes to this revision.Mar 31 2020, 11:13 PM
craig.topper added inline comments.
clang/lib/Headers/serializeintrin.h
18

Can you add a doxygen comment to this? We've been trying to add them to new intrinsics. There are some in some of the other intrinsic headers but not all.

This revision now requires changes to proceed.Mar 31 2020, 11:13 PM
tianqing updated this revision to Diff 254114.Apr 1 2020, 1:40 AM
tianqing marked an inline comment as done.Apr 1 2020, 1:43 AM
This revision is now accepted and ready to land.Apr 1 2020, 10:47 AM
This revision was automatically updated to reflect the committed changes.