This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae3b2037b4a AMDGPU/Metadata: Always report a fixed number of hidden arguments new 23bf3d86bae [X86][SSE] Add floating point min/max vector.reduce tests
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CodeGen/X86/vector-reduce-fmax-nnan.ll | 334 ++++++++++++++++++++++++++++ test/CodeGen/X86/vector-reduce-fmax.ll | 334 ++++++++++++++++++++++++++++ test/CodeGen/X86/vector-reduce-fmin-nnan.ll | 334 ++++++++++++++++++++++++++++ test/CodeGen/X86/vector-reduce-fmin.ll | 334 ++++++++++++++++++++++++++++ 4 files changed, 1336 insertions(+) create mode 100644 test/CodeGen/X86/vector-reduce-fmax-nnan.ll create mode 100644 test/CodeGen/X86/vector-reduce-fmax.ll create mode 100644 test/CodeGen/X86/vector-reduce-fmin-nnan.ll create mode 100644 test/CodeGen/X86/vector-reduce-fmin.ll