[all-commits] [llvm/llvm-project] 8fbe07: [mips] Add tests to check disassembling of add.ps/...

Simon Atanasyan via All-commits all-commits at lists.llvm.org
Fri Nov 13 03:31:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fbe07a4bec220f0716e00b51b10f0d760fdde0d
      https://github.com/llvm/llvm-project/commit/8fbe07a4bec220f0716e00b51b10f0d760fdde0d
  Author: Simon Atanasyan <simon at atanasyan.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M llvm/test/MC/Disassembler/Mips/mips32r2/valid-fp64-el.txt
    M llvm/test/MC/Disassembler/Mips/mips32r2/valid-fp64.txt
    M llvm/test/MC/Disassembler/Mips/mips32r3/valid-fp64-el.txt
    M llvm/test/MC/Disassembler/Mips/mips32r3/valid-fp64.txt
    M llvm/test/MC/Disassembler/Mips/mips32r5/valid-fp64-el.txt
    M llvm/test/MC/Disassembler/Mips/mips32r5/valid-fp64.txt
    M llvm/test/MC/Disassembler/Mips/mips64r2/valid-mips64r2-el.txt
    M llvm/test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt
    M llvm/test/MC/Disassembler/Mips/mips64r2/valid-xfail-mips64r2.txt
    M llvm/test/MC/Disassembler/Mips/mips64r3/valid-mips64r3-el.txt
    M llvm/test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.txt
    M llvm/test/MC/Disassembler/Mips/mips64r3/valid-xfail-mips64r3.txt
    M llvm/test/MC/Disassembler/Mips/mips64r5/valid-mips64r5-el.txt
    M llvm/test/MC/Disassembler/Mips/mips64r5/valid-mips64r5.txt
    M llvm/test/MC/Disassembler/Mips/mips64r5/valid-xfail-mips64r5.txt

  Log Message:
  -----------
  [mips] Add tests to check disassembling of add.ps/mul.ps/sub.ps instructions


  Commit: 7da0d0a67ffc61a455512103f00a53a27d880bdc
      https://github.com/llvm/llvm-project/commit/7da0d0a67ffc61a455512103f00a53a27d880bdc
  Author: Simon Atanasyan <simon at atanasyan.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/Mips/Fast-ISel/memtest1.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ceil_and_floor.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fcmp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/float_arithmetic_operations.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fpext_and_fptrunc.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fsqrt.ll
    M llvm/test/CodeGen/Mips/atomicCmpSwapPW.ll
    M llvm/test/CodeGen/Mips/cconv/arguments-float.ll
    M llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll
    M llvm/test/CodeGen/Mips/cconv/callee-saved-fpxx.ll
    M llvm/test/CodeGen/Mips/cconv/vector.ll
    M llvm/test/CodeGen/Mips/ehframe-indirect.ll
    M llvm/test/CodeGen/Mips/fmadd1.ll
    M llvm/test/CodeGen/Mips/fpbr.ll
    M llvm/test/CodeGen/Mips/llvm-ir/mul.ll
    M llvm/test/CodeGen/Mips/llvm-ir/ret.ll
    M llvm/test/CodeGen/Mips/llvm-ir/select-int.ll
    M llvm/test/CodeGen/Mips/llvm-ir/sub.ll
    M llvm/test/CodeGen/Mips/llvm-ir/udiv.ll
    M llvm/test/CodeGen/Mips/load-store-left-right.ll
    M llvm/test/CodeGen/Mips/madd-msub.ll
    M llvm/test/CodeGen/Mips/micromips-lwc1-swc1.ll
    M llvm/test/CodeGen/Mips/mips64shift.ll
    M llvm/test/CodeGen/Mips/mno-ldc1-sdc1.ll
    M llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll
    M llvm/test/CodeGen/Mips/msa/frameindex.ll
    M llvm/test/CodeGen/Mips/msa/i5-s.ll
    M llvm/test/CodeGen/Mips/reloc-jalr.ll
    M llvm/test/CodeGen/Mips/unalignedload.ll
    M llvm/test/MC/Mips/elf_header.s

  Log Message:
  -----------
  [MC][mips] Remove unused check prefixes. NFC


Compare: https://github.com/llvm/llvm-project/compare/a1152482826c...7da0d0a67ffc


More information about the All-commits mailing list