[PATCH] D102353: [AArch64] Lower fpto*i.sat intrinsics.
Jacob Bramley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 07:56:27 PDT 2021
jbramley updated this revision to Diff 345143.
jbramley marked an inline comment as done.
jbramley added a comment.
Addressed review comments.
This addresses all review comments, except for the one about `SrcVT.isVector()`,
which I think we agreed is Ok as a follow-up patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102353/new/
https://reviews.llvm.org/D102353
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/test/CodeGen/AArch64/fptosi-sat-scalar.ll
llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
llvm/test/CodeGen/AArch64/fptoui-sat-scalar.ll
llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
llvm/test/CodeGen/AArch64/round-fptosi-sat-scalar.ll
llvm/test/CodeGen/AArch64/round-fptoui-sat-scalar.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102353.345143.patch
Type: text/x-patch
Size: 132141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/9f2f2a16/attachment-0001.bin>
More information about the llvm-commits
mailing list