brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · 58737bd Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -S -passes=instcombine %s |FileCheck %s3 4define <2 x i16> @patatino() {5; CHECK-LABEL: @patatino(6; CHECK-NEXT:    ret <2 x i16> zeroinitializer7;8  %tmp2 = getelementptr inbounds [1 x i16], ptr null, i16 0, <2 x i16> undef9  %tmp3 = ptrtoint <2 x ptr> %tmp2 to <2 x i16>10  ret <2 x i16> %tmp311}12