brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · 9fecf09 Raw
13 lines · plain
1; RUN: llc -mtriple=mips -mcpu=mips32 < %s -o /dev/null2 3; Test that calls to vector intrinsics do not crash SelectionDAGBuilder.4 5define <4 x float> @_ZN4simd3foo17hebb969c5fb39a194E(<4 x float>) {6start:7  %1 = call <4 x float> @llvm.sqrt.v4f32(<4 x float> %0)8 9  ret <4 x float> %110}11 12declare <4 x float> @llvm.sqrt.v4f32(<4 x float>)13