This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c77b243d059 Fix llvm-reduce tests so that they don't assume the source [...] new a53ef732933 [ConstantFolding] Expand folding of some library functions new 9b2725ea533 [DAGCombiner][X86] Pass the CmpOpVT to reduceSelectOfFPCons [...]
The 2 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/CodeGen/TargetLowering.h | 2 +- lib/Analysis/ConstantFolding.cpp | 25 ++++- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 3 +- lib/Target/X86/X86ISelLowering.h | 2 +- test/Analysis/ConstantFolding/rint.ll | 109 +++++++++++++++++++++ .../ConstantFolding}/round.ll | 16 +-- test/Analysis/ConstantFolding/trunc.ll | 105 ++++++++++++++++++++ test/CodeGen/X86/fp128-i128.ll | 11 +-- 9 files changed, 254 insertions(+), 21 deletions(-) create mode 100644 test/Analysis/ConstantFolding/rint.ll rename test/{Transforms/InstCombine => Analysis/ConstantFolding}/round.ll (86%) create mode 100644 test/Analysis/ConstantFolding/trunc.ll