On Jun 7, 2010, at 5:16 PM, Nate Begeman wrote: > Author: sampo > Date: Mon Jun 7 19:16:34 2010 > New Revision: 105589 > > URL: http://llvm.org/viewvc/llvm-project?rev=105589&view=rev > Log: > Extend __builtin_shufflevector to expose the full power of the llvm > shufflevector instruction. This means it can now be used for vector > truncation and concatenation. This will be used for the ARM NEON > implementation.
Hey Nate, Can you add a testcase (e.g. in test/CodeGen/builtinshufflevector.c) for this when you get a chance? -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
