This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1499f8 [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation new fed867f [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS3 [...] new 883a09c [InstCombine] Preserve fast math flags when combining PHIs
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/MicroMips32r6InstrInfo.td | 4 +- lib/Target/Mips/MicroMipsInstrFormats.td | 1 - lib/Target/Mips/MicroMipsInstrInfo.td | 4 + lib/Target/Mips/MipsInstrInfo.td | 8 +- lib/Transforms/InstCombine/InstCombinePHI.cpp | 49 +++--------- test/CodeGen/Mips/brconlt.ll | 2 + test/CodeGen/Mips/seteq.ll | 2 + test/CodeGen/Mips/setltk.ll | 6 +- test/CodeGen/Mips/setne.ll | 2 + test/MC/Disassembler/Mips/micromips32r6/valid.txt | 4 + test/MC/Mips/micromips32r6/valid.s | 4 + .../InstCombine/phi-preserve-ir-flags.ll | 89 ++++++++++++++++++++++ 12 files changed, 132 insertions(+), 43 deletions(-) create mode 100644 test/Transforms/InstCombine/phi-preserve-ir-flags.ll