[llvm] r281941 - Move the armv8.1-a ras test to a negative with noras test as ras is

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 14:55:05 PDT 2016


Author: echristo
Date: Mon Sep 19 16:55:04 2016
New Revision: 281941

URL: http://llvm.org/viewvc/llvm-project?rev=281941&view=rev
Log:
Move the armv8.1-a ras test to a negative with noras test as ras is
included in armv8.1-a by default and so we weren't testing anything.

Modified:
    llvm/trunk/test/MC/AArch64/directive-arch-negative.s
    llvm/trunk/test/MC/AArch64/directive-arch.s

Modified: llvm/trunk/test/MC/AArch64/directive-arch-negative.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/directive-arch-negative.s?rev=281941&r1=281940&r2=281941&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/directive-arch-negative.s (original)
+++ llvm/trunk/test/MC/AArch64/directive-arch-negative.s Mon Sep 19 16:55:04 2016
@@ -30,3 +30,8 @@
 # CHECK: 	aese v0.8h, v1.8h
 # CHECK:	^
 
+	.arch armv8.1-a+noras
+	esb
+
+# CHECK: error: instruction requires: ras
+# CHECK:         esb

Modified: llvm/trunk/test/MC/AArch64/directive-arch.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/directive-arch.s?rev=281941&r1=281940&r2=281941&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/directive-arch.s (original)
+++ llvm/trunk/test/MC/AArch64/directive-arch.s Mon Sep 19 16:55:04 2016
@@ -8,8 +8,3 @@
 # CHECK: 	aesd	v0.16b, v2.16b
 # CHECK:        eor     v0.16b, v0.16b, v2.16b
 
-	.arch armv8.1-a+ras
-	esb
-
-# CHECK: 	esb
-




More information about the llvm-commits mailing list