[llvm] r313761 - [mips] Add a valid test case to check the reason of the recent build-bot failure. NFC

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 08:57:26 PDT 2017


Author: atanasyan
Date: Wed Sep 20 08:57:25 2017
New Revision: 313761

URL: http://llvm.org/viewvc/llvm-project?rev=313761&view=rev
Log:
[mips] Add a valid test case to check the reason of the recent build-bot failure. NFC

Added:
    llvm/trunk/test/MC/Mips/micromips-neg-offset.s

Added: llvm/trunk/test/MC/Mips/micromips-neg-offset.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/micromips-neg-offset.s?rev=313761&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/micromips-neg-offset.s (added)
+++ llvm/trunk/test/MC/Mips/micromips-neg-offset.s Wed Sep 20 08:57:25 2017
@@ -0,0 +1,8 @@
+# Check decoding beqz instruction with a negative offset
+
+# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux -mattr=micromips %s -o - \
+# RUN:   | llvm-objdump -d -mattr=micromips - | FileCheck %s
+
+# CHECK: 0:   8f 7e   beqz16  $6, -4
+
+beqz16  $6, -4




More information about the llvm-commits mailing list