aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-38.ll
AgeCommit message (Expand)Author
2012-07-12The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem
2011-11-29Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...Evan Cheng
2011-11-08test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi
2011-11-08Add x86 isel logic and patterns to match movlps from clang generated IR for _...Evan Cheng
2011-09-14Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes
2011-08-31Fix (movhps load) lowering / pattern to match more cases. rdar://10050549Evan Cheng
2011-07-22Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola