| commit | 99155be33f78b67cdb75707aad1bdbde2e7a4b33 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu May 25 23:24:33 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu May 25 23:24:33 2006 +0000 |
| tree | d9c48718e0ab2e1b7378c3d19c5b1bd5c531f1a7 | |
| parent | cdfb4cbad89896d397ce3d13336380297b9fc01b [diff] |
Turn (cast (shuffle (cast)) -> shuffle (cast) if it reduces the # casts in the program. This exposes more opportunities for the instcombiner, and implements vec_shuffle.ll:test6 llvm-svn: 28487