[PATCH] D16048: [AVX512] adding PROLQ and PROLD Intrinsics

Asaf Badouh via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 01:27:46 PST 2016


AsafBadouh added a comment.

LGTM


================
Comment at: lib/Target/X86/X86ISelLowering.h:319
@@ -318,1 +318,3 @@
 
+      // Bit Roted By immediate
+
----------------
typo: Roted -> Rotate

Bit rotation left


http://reviews.llvm.org/D16048





More information about the llvm-commits mailing list