aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_insert-2.ll
AgeCommit message (Expand)Author
2011-07-02FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-01-02Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng
2008-07-23Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng
2008-06-10Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman
2008-05-29Add nounwind.Evan Cheng
2008-01-07Update test to catch recent x86 insert regression and improvementsNate Begeman
2007-12-12Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng