| commit | 2f10cc699d629d3e9de7a8c6c1261fafaa4ce4b7 | [log] [tgz] |
|---|---|---|
| author | Adam Nemet <anemet@apple.com> | Tue Aug 05 17:22:55 2014 +0000 |
| committer | Adam Nemet <anemet@apple.com> | Tue Aug 05 17:22:55 2014 +0000 |
| tree | 1ec3af17ad66b628d0b3cf96a0b6ab00090fbadd | |
| parent | d00a05e3e29507b8a97716289b33963c54d2bf75 [diff] |
[X86] Separate DAG node for valign and palignr They have different semantics (valign is interlane while palingr is intralane) and palingr is still needed even in the AVX512 context. According to the latest spec AVX512BW provides these. llvm-svn: 214887