aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2021-03-17 21:46:32 +0000
committerSander de Smalen <sander.desmalen@arm.com>2021-04-07 15:59:32 +0100
commit672f673004663aeb15ece1af4b5b219994924167 (patch)
treec3829cbeba2c95cdbeecc4d266432c5727df385f /llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll
parent[WebAssembly] Improve error messages regarding missing indirect function tabl... (diff)
downloadllvm-project-672f673004663aeb15ece1af4b5b219994924167.tar.gz
llvm-project-672f673004663aeb15ece1af4b5b219994924167.tar.bz2
llvm-project-672f673004663aeb15ece1af4b5b219994924167.zip
[SVE] Remove checks for warnings in scalable-vector tests.
After D98856 these tests will by default break (fatal_error) if any of the wrong interfaces are used, so there's no longer a need to have a RUN line that checks for a warning message emitted by the compiler.
Diffstat (limited to 'llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll b/llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll
index aa8edb9b791e..287f7245dce4 100644
--- a/llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll
+++ b/llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll
@@ -1,8 +1,4 @@
-; RUN: llc -mtriple aarch64 -mattr=+sve -asm-verbose=0 < %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 -mattr=+sve -asm-verbose=0 < %s | FileCheck %s
; All these tests create a vector tuple, insert z5 into one of the elements,
; and finally extracts that element from the wide vector to return it. These