This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27abbac [ARM] GlobalISel: Select G_STORE new 2d2498f [mips] Handle 64 bit immediate in and/or/xor pseudo instructi [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 18 +- lib/Target/Mips/Mips64InstrInfo.td | 9 + lib/Target/Mips/MipsInstrInfo.td | 22 +- .../Mips/mips64-instalias-imm-expanding-broken.s | 106 ++++++ test/MC/Mips/mips64-instalias-imm-expanding.s | 415 +++++++++++++++++++++ 5 files changed, 555 insertions(+), 15 deletions(-) create mode 100644 test/MC/Mips/mips64-instalias-imm-expanding-broken.s create mode 100644 test/MC/Mips/mips64-instalias-imm-expanding.s