This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 346342d0699 [DAGCombiner] Better constant vector support for FCOPYSIGN. new 5c0be92e193 [VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support.
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/LegalizeVectorOps.cpp | 19 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 5 + lib/Target/X86/X86ISelLowering.cpp | 28 ++- test/CodeGen/X86/ftrunc.ll | 30 ++- test/CodeGen/X86/vec_cast3.ll | 26 +-- test/CodeGen/X86/vec_fp_to_int.ll | 259 ++++++++++++------------- 6 files changed, 185 insertions(+), 182 deletions(-)