diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/sve-trunc.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/sve-trunc.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/sve-trunc.ll b/llvm/test/CodeGen/AArch64/sve-trunc.ll index 7c0e9e9f4d9b..dbe965d1ecee 100644 --- a/llvm/test/CodeGen/AArch64/sve-trunc.ll +++ b/llvm/test/CodeGen/AArch64/sve-trunc.ll @@ -1,9 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %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=+sve < %s | FileCheck %s ; For all the functions below should the operation is a nop define <vscale x 8 x i8> @trunc_i16toi8(<vscale x 8 x i16> %in) { |