Add fake use to suppress defined-but-unused warnings
[oota-llvm.git] / test / CodeGen / X86 / avx-vpermil.ll
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-03-07 Benjamin KramerX86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
2012-04-06 Craig TopperAllow 256-bit shuffles to be split if a 128-bit lane...
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-08-10 Bruno Cardoso LopesFix a bug in vpermilps mask checking. Fix PR10560
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...