This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6906b1fc5de [llvm-rtdyld] Fix the InputFileList cl::opt description: it [...] new 319a3359618 [DAGCombine] (float)((int) f) --> ftrunc (PR36617)
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: include/llvm/CodeGen/ISDOpcodes.h | 3 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 ++ test/CodeGen/AArch64/ftrunc.ll | 12 +- test/CodeGen/ARM/ftrunc.ll | 42 ++++ test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 13 +- test/CodeGen/PowerPC/fp-to-int-to-fp.ll | 12 +- test/CodeGen/PowerPC/ftrunc-vec.ll | 12 +- test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll | 24 +-- test/CodeGen/X86/2011-10-19-widen_vselect.ll | 6 +- test/CodeGen/X86/ftrunc.ll | 292 ++------------------------ 10 files changed, 103 insertions(+), 331 deletions(-) create mode 100644 test/CodeGen/ARM/ftrunc.ll