This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fff3d70a904 [InstCombine] add tests for PR32401; NFC new a457d343979 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr [...] new af496018475 [InstCombine] convert bitwise (in)equality checks to logica [...]
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/AsmParser/MipsAsmParser.cpp | 219 --------------------- .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 -- lib/Target/Mips/MipsMTInstrFormats.td | 21 -- lib/Target/Mips/MipsMTInstrInfo.td | 110 ----------- lib/Target/Mips/MipsSchedule.td | 4 - lib/Target/Mips/MipsTargetStreamer.h | 3 - lib/Transforms/InstCombine/InstCombineCompares.cpp | 18 +- test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +- test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +- test/MC/Mips/mt/invalid-wrong-error.s | 4 - test/MC/Mips/mt/invalid.s | 41 ++-- .../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 -- test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 --- test/MC/Mips/mt/mftr-mttr-aliases.s | 47 ----- test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 - test/MC/Mips/mt/module-directive-invalid.s | 3 +- test/MC/Mips/mt/valid.s | 42 ++-- test/Transforms/InstCombine/icmp-logical.ll | 14 +- 18 files changed, 48 insertions(+), 584 deletions(-) delete mode 100644 test/MC/Mips/mt/invalid-wrong-error.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s