This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3a691f AMDGPU: Combine fp16/fp64 subtarget features new 207a20d [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layou [...] new 35de144 Revert "Refactor SampleProfile.cpp to move computation inside [...] new ad539e7 [InstSimplify] add tests to show missing folds from 'icmp (ad [...] new 1f1c4b3 DAG: Don't fold vector extract into load if target doesn't want to
The 4 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: include/llvm/ADT/APFloat.h | 411 ++++++++++++++++----- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 + lib/Support/APFloat.cpp | 399 ++++++++++++++++---- lib/Transforms/IPO/SampleProfile.cpp | 4 +- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 31 ++ .../PowerPC/fp128-bitcast-after-operation.ll | 2 +- test/Transforms/InstSimplify/icmp-constant.ll | 169 +++++++++ unittests/ADT/APFloatTest.cpp | 131 ++++++- 8 files changed, 951 insertions(+), 201 deletions(-)