[PATCH] D86078: [AArch64] Improved lowering for saturating float to int.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 9 16:48:04 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll:175
+; CHECK-NEXT: fcvtzs v0.2d, v0.2d
+; CHECK-NEXT: xtn v0.2s, v0.2d
; CHECK-NEXT: ret
----------------
This should probably just be "fcvtzs v0.2d, v0.2d; sqxtn v0.2s, v0.2d".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86078/new/
https://reviews.llvm.org/D86078
More information about the llvm-commits
mailing list