[llvm-commits] shufflevector on ARM (clumsy x-post from llvmdev)

Bob Wilson bob.wilson at apple.com
Thu Jan 6 15:52:04 PST 2011


On Jan 6, 2011, at 6:52 AM, Tim Northover wrote:
> I've put together a couple of patches to improve matters:
> 
> http://www.maths.ed.ac.uk/~s0677366/build_vector.patch
> http://www.maths.ed.ac.uk/~s0677366/extract_subvector.patch

The extract_subvector patch looks good, except for the testsuite changes.  Those tests are supposed to test spill code, and your patch causes them to stop spilling.  I'll commit the patch after I fix the tests to continue spilling in spite of your change.

I'll look at the build_vector patch soon.



More information about the llvm-commits mailing list