comparison clang/test/CodeGen/ppc64-struct-onevect.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
7 7
8 v4sf foo (struct s a) { 8 v4sf foo (struct s a) {
9 return a.v; 9 return a.v;
10 } 10 }
11 11
12 // CHECK-LABEL: define <4 x float> @foo(<4 x float> inreg returned %a.coerce) 12 // CHECK-LABEL: define{{.*}} <4 x float> @foo(<4 x float> inreg returned %a.coerce)
13 // CHECK: ret <4 x float> %a.coerce 13 // CHECK: ret <4 x float> %a.coerce