diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/sve-fcmp.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/sve-fcmp.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/sve-fcmp.ll b/llvm/test/CodeGen/AArch64/sve-fcmp.ll index 3bb3627e2393..f2e109762ffd 100644 --- a/llvm/test/CodeGen/AArch64/sve-fcmp.ll +++ b/llvm/test/CodeGen/AArch64/sve-fcmp.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 define <vscale x 4 x i1> @oeq(<vscale x 4 x float> %x, <vscale x 4 x float> %x2) { ; CHECK-LABEL: oeq: |