Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / SLPVectorizer / X86 / gather-move-out-of-loop.ll
blob78fc3a60f05142d1ec4fb2bae2b641b88ecfa475
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -S -passes=slp-vectorizer -slp-threshold=-100 -mtriple=x86_64-w64-windows-gnu < %s | FileCheck %s
4 define void @test(i16 %0) {
5 ; CHECK-LABEL: @test(
6 ; CHECK-NEXT:  for.body92.preheader:
7 ; CHECK-NEXT:    [[TMP1:%.*]] = insertelement <2 x i16> <i16 0, i16 poison>, i16 [[TMP0:%.*]], i32 1
8 ; CHECK-NEXT:    [[TMP2:%.*]] = sext <2 x i16> [[TMP1]] to <2 x i32>
9 ; CHECK-NEXT:    [[TMP3:%.*]] = zext <2 x i16> [[TMP1]] to <2 x i32>
10 ; CHECK-NEXT:    [[TMP4:%.*]] = shufflevector <2 x i32> [[TMP2]], <2 x i32> [[TMP3]], <2 x i32> <i32 0, i32 3>
11 ; CHECK-NEXT:    [[TMP5:%.*]] = shufflevector <2 x i32> [[TMP4]], <2 x i32> poison, <4 x i32> <i32 0, i32 poison, i32 1, i32 poison>
12 ; CHECK-NEXT:    [[TMP6:%.*]] = shufflevector <4 x i32> <i32 poison, i32 0, i32 poison, i32 0>, <4 x i32> [[TMP5]], <4 x i32> <i32 4, i32 1, i32 6, i32 3>
13 ; CHECK-NEXT:    br label [[FOR_BODY92:%.*]]
14 ; CHECK:       for.body92:
15 ; CHECK-NEXT:    [[TMP7:%.*]] = add nsw <4 x i32> zeroinitializer, [[TMP6]]
16 ; CHECK-NEXT:    store <4 x i32> [[TMP7]], ptr undef, align 8
17 ; CHECK-NEXT:    br label [[FOR_BODY92]]
19 for.body92.preheader:
20   br label %for.body92
22 for.body92:
23   %conv177.i = sext i16 0 to i32
24   %add178.i = add nsw i32 0, %conv177.i
25   store i32 %add178.i, ptr undef, align 8
26   %1 = zext i16 %0 to i32
27   %sum_mvr_abs.i = getelementptr i32, ptr undef, i32 2
28   %add182.i = add nsw i32 0, %1
29   store i32 %add182.i, ptr %sum_mvr_abs.i, align 8
30   %sum_mvc.i = getelementptr i32, ptr undef, i32 1
31   %add184.i = add nsw i32 0, 0
32   store i32 %add184.i, ptr %sum_mvc.i, align 4
33   %sum_mvc_abs.i = getelementptr i32, ptr undef, i32 3
34   %add188.i = add nsw i32 0, 0
35   store i32 %add188.i, ptr %sum_mvc_abs.i, align 4
36   br label %for.body92