This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a57252fd452 [CodeGen] Fix lowering for returning the result of an extractvalue new 549868db403 [MIPS GlobalISel] Lower fptoui new a0c8ae8a923 [MIPS GlobalISel] Lower uitofp
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/GlobalISel/LegalizerHelper.h | 1 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 ++++ lib/Target/Mips/MipsLegalizerInfo.cpp | 50 +++- .../GlobalISel/legalizer/fptosi_and_fptoui.mir | 274 +++++++++++++++++++++ .../GlobalISel/legalizer/sitofp_and_uitofp.mir | 236 ++++++++++++++++++ .../Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll | 216 ++++++++++++++++ .../Mips/GlobalISel/llvm-ir/sitofp_and_uitofp.ll | 209 ++++++++++++++++ 7 files changed, 1029 insertions(+), 1 deletion(-)