forked from OSchip/llvm-project
[CodeGen][AArch64] Fix typo in arm64-zero-cycle-zeroing.ll
This commit is contained in:
parent
3f53722347
commit
80c27fbf94
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue