commit | 58a8541dcc3fb72803ac828b7730c4bd0fc5bf30 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Sun May 26 10:54:23 2019 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Sun May 26 10:54:23 2019 +0000 |
tree | a5a6f45f59645e1e31b6a26637b21a0907110cc3 | |
parent | 2881325b17af7b83037fef5436ea3f0dd412f4d7 [diff] |
[X86][AVX] combineBitcastvxi1 - peek through bitops to determine size of original vector We were only testing for direct SETCC results - this allows us to peek through AND/OR/XOR combinations of the comparison results as well. There's a missing SEXT(PACKSS) fold that I need to investigate for v8i1 cases before I can enable it there as well. llvm-svn: 361716