| commit | fc0c26f1a68ae03096cdb820a6524d8703d2fd6c | [log] [tgz] |
|---|---|---|
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue May 01 11:05:42 2018 +0000 |
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue May 01 11:05:42 2018 +0000 |
| tree | 8de2faed21f5a3fe2472a30cd90ec14017de2e19 | |
| parent | d4c58400c5499fdd6d49ad366d18c8cfc3abd228 [diff] |
[X86] Tag PSLLDQ/PSRLDQ as WriteShuffle scheduler classes instead of shifts. Although they are encoded similar to bit shifts, the byte shifts behave like shuffles from a scheduling point of view. llvm-svn: 331253