[llvm] r330956 - [mips] Fix a test case which is keeping the expensive checks bot win red (NFC)

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 09:22:47 PDT 2018


Author: sdardis
Date: Thu Apr 26 09:22:47 2018
New Revision: 330956

URL: http://llvm.org/viewvc/llvm-project?rev=330956&view=rev
Log:
[mips] Fix a test case which is keeping the expensive checks bot win red (NFC)

Modified:
    llvm/trunk/test/MC/Mips/mips32r2/valid.s

Modified: llvm/trunk/test/MC/Mips/mips32r2/valid.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/mips32r2/valid.s?rev=330956&r1=330955&r2=330956&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/mips32r2/valid.s (original)
+++ llvm/trunk/test/MC/Mips/mips32r2/valid.s Thu Apr 26 09:22:47 2018
@@ -283,9 +283,7 @@ a:
         swr       $s1,-26590($14)
         swxc1     $f19,$12($k0)
         sync                           # CHECK: sync                   # encoding: [0x00,0x00,0x00,0x0f]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNC
         sync      1                    # CHECK: sync 1                 # encoding: [0x00,0x00,0x00,0x4f]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNC
         syscall                        # CHECK: syscall                # encoding: [0x00,0x00,0x00,0x0c]
         syscall   256                  # CHECK: syscall 256            # encoding: [0x00,0x00,0x40,0x0c]
         teq $zero, $3                  # CHECK: teq $zero, $3          # encoding: [0x00,0x03,0x00,0x34]
@@ -326,7 +324,6 @@ a:
         xor       $s2,$a0,$s8
         xor       $2, 4                # CHECK: xori $2, $2, 4         # encoding: [0x38,0x42,0x00,0x04]
         synci     -15842($a2)          # CHECK: synci -15842($6)       # encoding: [0x04,0xdf,0xc2,0x1e]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNCI
 
 1:
 




More information about the llvm-commits mailing list