[X86][SSE] Add floating point add/mul fast-math vector.reduce tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 5 Apr 2018 21:01:21 +0000 (21:01 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 5 Apr 2018 21:01:21 +0000 (21:01 +0000)
commit9b41cac3e9a14a06cc2f5583554faba40e69e0f3
tree1b7b12fb086abc7b6f4dce7b8b2d74da1248b32a
parent806252fab032eb5376c024bc424d7a968204cadb
[X86][SSE] Add floating point add/mul fast-math vector.reduce tests

Strict versions aren't working at all (PR36732) and the accumulators aren't supported (PR36734)

llvm-svn: 329344
llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/vector-reduce-fmul-fast.ll [new file with mode: 0644]