15 lines · plain
1;RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Check that v2i1 type is promoted to v2i32.4; CHECK: call f5; CHECK: r{{[0-9]+}}:{{[0-9]+}} = memd(r29+#8)6 7define <2 x i1> @test(<2 x i1> %1) {8Entry:9 %2 = call <2 x i1> @f(<2 x i1> %1)10 ret <2 x i1> %211 12 }13 14declare <2 x i1> @f(<2 x i1>)15