| commit | f849ace2abc4408d3326cf3595e2b9619e4e4e22 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Jul 28 22:41:50 2014 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Jul 28 22:41:50 2014 +0000 |
| tree | f38ee573ff67e515ec2fd759d7434f8d98763e6e | |
| parent | 7385120d65ba893014e980dbc06d72397d7843ce [diff] |
IR: Optimize size of use-list order shuffle vectors Since we're storing lots of these, save two-pointers per vector with a custom type rather than using the relatively heavy `SmallVector`. Part of PR5680. llvm-svn: 214135