Skip to content

Commit 7ecf1ec

Browse files
committed
[x86] remove whitespace; NFC
llvm-svn: 364588
1 parent 22afca2 commit 7ecf1ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/X86/avx512-select.ll

+1-2
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ define <64 x i8> @pr42355_v64i8(i1 %c, <64 x i8> %x, <64 x i8> %y) {
537537
ret <64 x i8> %a
538538
}
539539

540-
; This would crash because AVX512 has legal vector select
540+
; This would crash because AVX512 has legal vector select
541541
; condition values that are not 256/512-bit vectors.
542542

543543
define <16 x i64> @narrowExtractedVectorSelect_crash(<16 x i64> %arg, <16 x i16> %arg1) #0 {
@@ -595,4 +595,3 @@ define <16 x i64> @narrowExtractedVectorSelect_crash(<16 x i64> %arg, <16 x i16>
595595
%tmp3 = zext <16 x i16> %tmp2 to <16 x i64>
596596
ret <16 x i64> %tmp3
597597
}
598-

0 commit comments

Comments
 (0)