[SLPVectorizer][X86] Begin adding alternate tests for call operators
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 2 Jul 2018 17:23:45 +0000 (17:23 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 2 Jul 2018 17:23:45 +0000 (17:23 +0000)
commit35f196c1798e03ab1c041ae3d40bad0f2ddebe17
tree098d2851dc396d8c10f04f5dd8f41849460f741d
parent6e4ddf49d83ddde814c337753fed7fe2c05c431b
[SLPVectorizer][X86] Begin adding alternate tests for call operators

Alternate opcode handling only supports binary operators, these tests demonstrate a missed opportunity to vectorize ceil/floor calls

llvm-svn: 336125
llvm/test/Transforms/SLPVectorizer/X86/alternate-calls.ll [new file with mode: 0644]