[all-commits] [llvm/llvm-project] 05f321: [AArch64] Lower fpto*i.sat intrinsics for NEON.
Jacob via All-commits
all-commits at lists.llvm.org
Thu Aug 26 07:37:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05f3219b38dad2806beda523fe83d43ffae3927c
https://github.com/llvm/llvm-project/commit/05f3219b38dad2806beda523fe83d43ffae3927c
Author: Jacob Bramley <jacob.bramley at arm.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
M llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
Log Message:
-----------
[AArch64] Lower fpto*i.sat intrinsics for NEON.
Following on from D102353, extend the fpto*i.sat intrinsics to use NEON
fcvt* instructions.
Differential Revision: https://reviews.llvm.org/D108460
More information about the All-commits
mailing list