Skip to content

Commit

Permalink
[AArch64] fp16-v8-instructions.ll - remove some old defunct CHECKS id…
Browse files Browse the repository at this point in the history
…entified in D125604

Typos meant that the update script never removed them
  • Loading branch information
RKSimon committed May 18, 2022
1 parent f718664 commit 1584b2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll
Expand Up @@ -679,13 +679,6 @@ define <8 x i8> @fptosi_i8(<8 x half> %a) #0 {
}

define <8 x i16> @fptosi_i16(<8 x half> %a) #0 {
; CHECK-CVT_DAG: fcvtl [[LO:v[0-9]+\.4s]], v0.4h
; CHECK-CVT_DAG: fcvtl2 [[HI:v[0-9]+\.4s]], v0.8h
; CHECK-CVT_DAG: fcvtzs [[LOF32:v[0-9]+\.4s]], [[LO]]
; CHECK-CVT_DAG: xtn [[I16:v[0-9]+]].4h, [[LOF32]]
; CHECK-CVT_DAG: fcvtzs [[HIF32:v[0-9]+\.4s]], [[HI]]
; CHECK-CVT_DAG: xtn2 [[I16]].8h, [[HIF32]]
; CHECK-COMMON_NEXT: ret
; CHECK-CVT-LABEL: fptosi_i16:
; CHECK-CVT: // %bb.0:
; CHECK-CVT-NEXT: fcvtl2 v1.4s, v0.8h
Expand Down

0 comments on commit 1584b2c

Please sign in to comment.