[PATCH] D45984: [X86] directstore and movdir64b intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 23 14:52:49 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/Headers/movdirintrin.h:39
+// Move quadword as direct store
+static __inline__ void
+__attribute__((__always_inline__, __nodebug__,  __target__("movdiri")))
----------------
Sorry, the X86_64 preprocessor check should have stayed. That can't be changed by a target attribute.


https://reviews.llvm.org/D45984





More information about the cfe-commits mailing list