brintos

brintos / llvm-project-archived public Read only

0
0
Text · 821 B · 0d6eb7b Raw
23 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -passes="slp-vectorizer" -mtriple=aarch64--linux-gnu -S %s | FileCheck %s3 4define i16 @foo(ptr %p1, ptr %p2) {5; CHECK-LABEL: @foo(6; CHECK-NEXT:  entry:7; CHECK-NEXT:    [[CONST:%.*]] = bitcast i32 0 to i328; CHECK-NEXT:    store i32 [[CONST]], ptr [[P1:%.*]], align 19; CHECK-NEXT:    [[CONST_MAT:%.*]] = or i32 [[CONST]], 010; CHECK-NEXT:    store <2 x i32> zeroinitializer, ptr [[P2:%.*]], align 111; CHECK-NEXT:    ret i16 012;13entry:14  %const1 = bitcast i32 0 to i3215  %const = bitcast i32 0 to i3216  store i32 %const, ptr %p1, align 117  %const_mat = or i32 %const, 018  %v_332.imagp = getelementptr { i32, i32 }, ptr %p2, i32 0, i32 119  store i32 %const, ptr %p2, align 120  store i32 %const1, ptr %v_332.imagp, align 121  ret i16 022}23