summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/Writer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-07 22:42:29 +0000
committerChris Lattner <sabre@nondot.org>2006-11-07 22:42:29 +0000
commit2d7a5d9b5def99c85dc1d61616dffb4e59be84ee (patch)
tree86614d5d6165df48c55c7bd3c8e822667d9cfee4 /llvm/lib/Bytecode/Writer/Writer.cpp
parentf68a34908d3f98df9eb1349f321406955b7c54b3 (diff)
downloadbcm5719-llvm-2d7a5d9b5def99c85dc1d61616dffb4e59be84ee.tar.gz
bcm5719-llvm-2d7a5d9b5def99c85dc1d61616dffb4e59be84ee.zip
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; } llvm-svn: 31523
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud