[CodeGen][AArch64] Fix typo in arm64-zero-cycle-zeroing.ll
authorAlexander Shaposhnikov <ashaposhnikov@google.com>
Tue, 1 Feb 2022 12:08:06 +0000 (12:08 +0000)
committerAlexander Shaposhnikov <ashaposhnikov@google.com>
Tue, 1 Feb 2022 12:08:06 +0000 (12:08 +0000)
llvm/test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll

index 754f8d7..d0e45e5 100644 (file)
@@ -8,7 +8,7 @@
 ; RUN: llc < %s -mtriple=arm64-apple-ios   -mcpu=cyclone -mattr=+fullfp16 | FileCheck %s -check-prefixes=ALL,ZEROGP,NONE16
 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -mcpu=exynos-m3                | FileCheck %s -check-prefixes=ALL,NONEGP,ZEROFP
 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -mcpu=kryo                     | FileCheck %s -check-prefixes=ALL,ZEROGP,ZEROFP
-; UN: llc < %s -mtriple=aarch64-linux-gnu -mcpu=falkor                   | FileCheck %s -check-prefixes=ALL,ZEROGP,ZEROFP
+; RUN: llc < %s -mtriple=aarch64-linux-gnu -mcpu=falkor                   | FileCheck %s -check-prefixes=ALL,ZEROGP,ZEROFP
 
 declare void @bar(half, float, double, <2 x double>)
 declare void @bari(i32, i32)