This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 680a6e84e31 [llvm-objcopy] Fix exit code new 4ad2dcac818 [PowerPC] Unify handling for conversion of FP_TO_INT feedin [...]
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/Target/PowerPC/PPCISelLowering.cpp | 129 +++--- lib/Target/PowerPC/PPCISelLowering.h | 7 + lib/Target/PowerPC/PPCInstrInfo.td | 18 +- lib/Target/PowerPC/PPCInstrVSX.td | 51 ++- test/CodeGen/PowerPC/store_fptoi.ll | 772 +++++++++++++++++++++++++++++++++ 5 files changed, 921 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/PowerPC/store_fptoi.ll