Nadav Rotem 5c5681cf27 The type-legalizer often scalarizes code. One of the common patterns is extract-and-truncate.
In this patch we optimize this pattern and convert the sequence into extract op of a narrow type.
This allows the BUILD_VECTOR dag optimizations to construct efficient shuffle operations in many cases.

llvm-svn: 149692
2012-02-03 13:18:25 +00:00
..
2011-11-27 06:10:54 +00:00
2011-11-29 17:40:10 +00:00
2012-01-31 02:04:20 +00:00