[llvm] r201684 - [mips] Add explicit N32 and N64 tests to nabi-regs.s test

Daniel Sanders daniel.sanders at imgtec.com
Wed Feb 19 07:30:54 PST 2014


Author: dsanders
Date: Wed Feb 19 09:30:54 2014
New Revision: 201684

URL: http://llvm.org/viewvc/llvm-project?rev=201684&view=rev
Log:
[mips] Add explicit N32 and N64 tests to nabi-regs.s test

Modified:
    llvm/trunk/test/MC/Mips/nabi-regs.s

Modified: llvm/trunk/test/MC/Mips/nabi-regs.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/nabi-regs.s?rev=201684&r1=201683&r2=201684&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/nabi-regs.s (original)
+++ llvm/trunk/test/MC/Mips/nabi-regs.s Wed Feb 19 09:30:54 2014
@@ -3,10 +3,14 @@
 # for 4 more register parameters (A registers) offsetting
 # the T registers.
 #
-# For now just check N64
 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
-# RUN: -mcpu=mips64r2 -arch=mips64 | \
-# RUN: FileCheck %s
+# RUN:   -mcpu=mips64r2 -arch=mips64 | FileCheck %s
+#
+# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
+# RUN:   -mcpu=mips64r2 -arch=mips64 -mattr=+n32 | FileCheck %s
+#
+# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
+# RUN:   -mcpu=mips64r2 -arch=mips64 -mattr=+n64 | FileCheck %s
 
     .text
 foo:





More information about the llvm-commits mailing list