[PATCH] D26022: [X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD instructions
Igor Breger via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 13 05:48:27 PST 2016
igorb accepted this revision.
igorb added a comment.
This revision is now accepted and ready to land.
LGTM.
Please see two minor comments.
================
Comment at: lib/Target/X86/X86InstrAVX512.td:3383
+}
+
+
----------------
please remove empty line
================
Comment at: lib/Target/X86/X86InstrAVX512.td:3401
+ (v8i1 (bitconvert (i8 (and GR8:$mask, (i8 1))))), GR8>;
+
+
----------------
please remove empty line
https://reviews.llvm.org/D26022
More information about the llvm-commits
mailing list