This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd52e9f [mips][dsp] Fix use without def on DSPCtrl registers read by [...] new 217c907 [mips] MIPS32/64 itineraries new 1c1b0cc [LoopVer] Update all existing PHIs in the exit block new 8083593 [LoopVer] Remove an assert that's redundant now. NFC
The 3 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/Mips16InstrInfo.td | 2 +- lib/Target/Mips/Mips64InstrInfo.td | 24 ++-- lib/Target/Mips/MipsDSPInstrInfo.td | 2 +- lib/Target/Mips/MipsEVAInstrInfo.td | 67 +++++---- lib/Target/Mips/MipsInstrFPU.td | 8 +- lib/Target/Mips/MipsInstrInfo.td | 172 +++++++++++++----------- lib/Target/Mips/MipsSchedule.td | 150 ++++++++++++++++++++- lib/Transforms/Utils/LoopVersioning.cpp | 29 ++-- test/CodeGen/Mips/cmov.ll | 10 +- test/CodeGen/Mips/llvm-ir/add.ll | 14 +- test/Transforms/LoopVersioning/incorrect-phi.ll | 62 +++++++++ 11 files changed, 393 insertions(+), 147 deletions(-) create mode 100644 test/Transforms/LoopVersioning/incorrect-phi.ll