diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll b/llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll index b83dc000ca41..ff96a2f9776d 100644 --- a/llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll +++ b/llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll @@ -1,8 +1,4 @@ -; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s 2>%t | FileCheck %s -; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t - -; If this check fails please read test/CodeGen/AArch64/README for instructions on how to resolve it. -; WARN-NOT: warning +; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s | FileCheck %s ; ; ADCLB (vector, long, unpredicated) |