This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 430a32ac274 [MIPS GlobalISel] Lower SRet pointer arguments new c80ed278312 [MIPS GlobalISel] Select llvm.trap intrinsic new a9005fbe930 [MIPS GlobalISel] Select G_FENCE
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: lib/Target/Mips/MipsInstructionSelector.cpp | 4 +++ lib/Target/Mips/MipsLegalizerInfo.cpp | 15 ++++++++++- .../Mips/GlobalISel/instruction-select/fence.mir | 31 ++++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/legalizer/fence.mir | 29 ++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/legalizer/trap.mir | 22 +++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/fence.ll | 13 +++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/trap.ll | 14 ++++++++++ .../Mips/GlobalISel/regbankselect/fence.mir | 30 +++++++++++++++++++++ 8 files changed, 157 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/fence.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/fence.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/trap.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/fence.ll create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/trap.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/fence.mir