On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized
[oota-llvm.git] / test / CodeGen / X86 / vararg_tailcall.ll
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...