[llvm] 1584b2c - [AArch64] fp16-v8-instructions.ll - remove some old defunct CHECKS identified in D125604
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 04:49:22 PDT 2022
Author: Simon Pilgrim
Date: 2022-05-18T12:49:05+01:00
New Revision: 1584b2c74e4c804a2c85d760a1a2c10b33465f2e
URL: https://github.com/llvm/llvm-project/commit/1584b2c74e4c804a2c85d760a1a2c10b33465f2e
DIFF: https://github.com/llvm/llvm-project/commit/1584b2c74e4c804a2c85d760a1a2c10b33465f2e.diff
LOG: [AArch64] fp16-v8-instructions.ll - remove some old defunct CHECKS identified in D125604
Typos meant that the update script never removed them
Added:
Modified:
llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll b/llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll
index 5ae8b5775d33c..952f48f88dc79 100644
--- a/llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll
+++ b/llvm/test/CodeGen/AArch64/fp16-v8-instructions.ll
@@ -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
More information about the llvm-commits
mailing list