Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / LoopVectorize / AArch64 / pr56627.ll
blob40fbd3ed04cc088c5875467666d71c61a7c3fdb3
1 ; RUN: opt < %s -S -passes=loop-vectorize | FileCheck %s
3 ; Check that we can vectorize this loop without crashing.
5 target triple = "aarch64-none-linux-gnu"
6 define float @quux() {
7 ; CHECK: @quux
8 bb:
9   br label %bb1
11 bb1:
12   %tmp = phi i64 [ %tmp3, %bb1 ], [ 0, %bb ]
13   %tmp2 = phi float [ %tmp5, %bb1 ], [ 0.000000e+00, %bb ]
14   %tmp3 = add nsw i64 %tmp, 1
15   %tmp5 = fadd float %tmp2, 3.000000e+00
16   %tmp6 = mul i32 0, 0
17   %tmp7 = icmp sgt i64 %tmp, 0
18   br i1 %tmp7, label %bb8, label %bb1
20 bb8:
21   %tmp9 = phi float [ %tmp5, %bb1 ]
22   ret float %tmp9