[PATCH] D41517: mmintrin.h documentation fixes and updates

Douglas Yung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 16:28:40 PST 2018


dyung added inline comments.


================
Comment at: lib/Headers/mmintrin.h:1402
 ///
-/// This intrinsic corresponds to the <c> VPSHUFLW / PSHUFLW </c> instruction.
+/// This intrinsic corresponds to the <c> PSHUFLW </c> instruction.
 ///
----------------
craig.topper wrote:
> This is overly specific
Just to be clear, when you say this is overly specific, you are saying that it should be replaced with the text "This intrinsic is a utility function and does not correspond to a specific instruction."  Is that correct?


https://reviews.llvm.org/D41517





More information about the cfe-commits mailing list