Chris Lattner 03507f53c4 scalarrepl should not split the two elements of the vsiidx array:
int func(vFloat v0, vFloat v1) {
	int ii;
	vSInt32 vsiidx[2];
	vsiidx[0] = _mm_cvttps_epi32(v0);
	vsiidx[1] = _mm_cvttps_epi32(v1);
	ii = ((int *) vsiidx)[4];
	return ii;
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31523 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-07 22:42:29 +00:00
..
2006-09-15 17:25:22 +00:00
2006-09-18 07:01:39 +00:00
2006-09-21 05:11:01 +00:00
2006-10-31 18:56:24 +00:00
2006-09-12 19:16:04 +00:00
2006-10-23 18:54:35 +00:00
2006-10-29 21:20:56 +00:00
2006-09-07 21:29:32 +00:00