[all-commits] [llvm/llvm-project] f22445: [mips][test] Remove redundant and invalid `CHECK-N...

Simon Atanasyan via All-commits all-commits at lists.llvm.org
Fri Apr 3 06:30:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f22445bf57606ffc9914777c228936d4b3f8140d
      https://github.com/llvm/llvm-project/commit/f22445bf57606ffc9914777c228936d4b3f8140d
  Author: Simon Atanasyan <simon at atanasyan.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M llvm/test/MC/Mips/mips32r2/valid.s
    M llvm/test/MC/Mips/mips32r3/valid.s
    M llvm/test/MC/Mips/mips32r5/valid.s
    M llvm/test/MC/Mips/mips32r6/valid.s
    M llvm/test/MC/Mips/mips64r2/valid.s
    M llvm/test/MC/Mips/mips64r3/valid.s
    M llvm/test/MC/Mips/mips64r5/valid.s
    M llvm/test/MC/Mips/mips64r6/valid.s

  Log Message:
  -----------
  [mips][test] Remove redundant and invalid `CHECK-NOT` directives. NFC

1. It's redundant to explicitly check that string does not contain `PAUSE_MM`
   token if check that the `PAUSE` token is followed by an angle bracket.
2. The removed `CHECK-NOT` directives do not have trailing colons.




More information about the All-commits mailing list