[PATCH] D77193: [X86] Add SERIALIZE instruction.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 23:25:40 PDT 2020


craig.topper requested changes to this revision.
craig.topper added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/lib/Headers/serializeintrin.h:17
+
+static __inline__ void
+__attribute__((__always_inline__, __nodebug__, __target__("serialize")))
----------------
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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77193/new/

https://reviews.llvm.org/D77193





More information about the cfe-commits mailing list