llvm-6502/test
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
..
Analysis new testcase 2006-11-03 21:58:14 +00:00
Archive
Assembler Add a test case for PR902. 2006-09-28 21:20:05 +00:00
BugPoint
Bytecode
C++Frontend xfail this for the 1.9 release. This is PR984. 2006-11-05 23:27:36 +00:00
CFrontend add a note 2006-10-31 06:26:10 +00:00
CodeGen New test case. 2006-11-07 22:18:14 +00:00
Debugger
DebugInfo Make some corrections to this test case. 2006-11-07 07:58:02 +00:00
ExecutionEngine
Feature
lib
Linker
Other
Scripts Okay, need a pattern before and after the cast pattern. 2006-11-04 01:11:19 +00:00
TableGen add test for mdef in a let 2006-10-11 18:12:14 +00:00
Transforms scalarrepl should not split the two elements of the vsiidx array: 2006-11-07 22:42:29 +00:00
Verifier testcase that causes the asmparser to assert 2006-10-15 23:26:28 +00:00
.cvsignore
Failure.sh
Makefile
Makefile.tests
TestRunner.sh Add some documentation about the arguments. 2006-11-02 03:37:39 +00:00