[all-commits] [llvm/llvm-project] 703ded: [AArch64] Allow FP16 vector fixed point converts

David Green via All-commits all-commits at lists.llvm.org
Wed Nov 10 23:33:05 PST 2021


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

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/fcvt_combine.ll

  Log Message:
  -----------
  [AArch64] Allow FP16 vector fixed point converts

This extends performFpToIntCombine to work on FP16 vectors as well as
the f32 and f64 vectors it already supported.

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




More information about the All-commits mailing list