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-11-03 21:58:14 +00:00
2006-09-28 21:20:05 +00:00
2006-10-31 06:26:10 +00:00
2006-11-07 22:18:14 +00:00
2006-07-26 20:33:20 +00:00
2006-10-11 18:12:14 +00:00