[all-commits] [llvm/llvm-project] fbb61a: [ARM] Convert fptoi.sat to fixed point multiply

David Green via All-commits all-commits at lists.llvm.org
Thu Nov 25 07:43:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbb61adb70a36c95568dd9d6ebf464c432767eff
      https://github.com/llvm/llvm-project/commit/fbb61adb70a36c95568dd9d6ebf464c432767eff
  Author: David Green <david.green at arm.com>
  Date:   2021-11-25 (Thu, 25 Nov 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/test/CodeGen/Thumb2/mve-vcvt-float-to-fixed.ll

  Log Message:
  -----------
  [ARM] Convert fptoi.sat to fixed point multiply

This is a very small addition to the existing MVE fixed point vcvt code
to also create them from FP_TO_SINT_SAT and FP_TO_UINT_SAT nodes, which
should be equally valid for native saturating converts under MVE.

Differential Revision: https://reviews.llvm.org/D114360




More information about the All-commits mailing list