[X86][AVX] Added signum example test functions from PR13248
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 Jul 2016 16:29:19 +0000 (16:29 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 Jul 2016 16:29:19 +0000 (16:29 +0000)
commit2e9de1cebb320c25ac38656e9fb7ecadc591d39e
tree46b99f0f44e8f3ca015e9e808cc1b2077f0f5547
parent1502511ca8d80ca54cc031f900c04686742326ea
[X86][AVX] Added signum example test functions from PR13248

These are good examples of missed combine opportunities with zero/all bit vector compare results

llvm-svn: 277274
llvm/test/CodeGen/X86/sse-fsignum.ll [new file with mode: 0644]