]> granicus.if.org Git - llvm/commitdiff
Move the armv8.1-a ras test to a negative with noras test as ras is
authorEric Christopher <echristo@gmail.com>
Mon, 19 Sep 2016 21:55:04 +0000 (21:55 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 19 Sep 2016 21:55:04 +0000 (21:55 +0000)
included in armv8.1-a by default and so we weren't testing anything.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281941 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AArch64/directive-arch-negative.s
test/MC/AArch64/directive-arch.s

index a69f4d8e0447d363b7789717f20ebfbd34e2c67b..327389de024961fc2403725a3c892669baf01d0d 100644 (file)
@@ -30,3 +30,8 @@
 # CHECK:       aese v0.8h, v1.8h
 # CHECK:       ^
 
+       .arch armv8.1-a+noras
+       esb
+
+# CHECK: error: instruction requires: ras
+# CHECK:         esb
index 9764cc79e27b1cc05947f78f27203f372b3e2a02..e32443876b60651ca20df683a413ea652076d188 100644 (file)
@@ -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
-