This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4da437c1de Use unique_ptr to hold MCInstrInfo new 936b78d214c DAG: Allow matching fminnum/fmaxnum from vselect
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 35 +- test/CodeGen/AMDGPU/fmax_legacy.f16.ll | 640 ++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/fmin_legacy.f16.ll | 641 +++++++++++++++++++++++++++++++ 3 files changed, 1308 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fmax_legacy.f16.ll create mode 100644 test/CodeGen/AMDGPU/fmin_legacy.f16.ll