]> granicus.if.org Git - llvm/commit
[x86] add tests for vector select-of-constants; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 17 Aug 2017 17:07:37 +0000 (17:07 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 17 Aug 2017 17:07:37 +0000 (17:07 +0000)
commit6257fc9a0b73a990fe931393667ccca702d042bf
tree1b1c961cb61ee535e99d04fd148253939167d998
parent6c376160789f69c199c8662e6ba70cd1cdf165c8
[x86] add tests for vector select-of-constants; NFC

We've discussed canonicalizing to this form in IR, so the backend
should be prepared to lower these in ways better than what we see
here in most cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311103 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vselect-constants.ll [new file with mode: 0644]