[PATCH] D102353: [AArch64] Lower fpto*i.sat intrinsics.
Jacob Bramley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 06:52:37 PDT 2021
jbramley marked an inline comment as done.
jbramley added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.h:960
SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerFP_TO_INT_SAT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
----------------
Can I just ignore these? Matching the de-facto convention seems appropriate, but I think these are responsible for the reported build failure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102353/new/
https://reviews.llvm.org/D102353
More information about the llvm-commits
mailing list