[all-commits] [llvm/llvm-project] b99ef3: [ARM, MVE] Generate the right instruction for vmaxn...

Simon Tatham via All-commits all-commits at lists.llvm.org
Mon Jan 6 08:28:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b99ef32d041c992d0cb192bdee3e16b9a56de3a9
      https://github.com/llvm/llvm-project/commit/b99ef32d041c992d0cb192bdee3e16b9a56de3a9
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vmaxnmq.ll
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/vminnmq.ll

  Log Message:
  -----------
  [ARM,MVE] Generate the right instruction for vmaxnmq_m_f16.

Summary:
Due to a copy-paste error in the isel patterns, the predicated version
of this intrinsic was expanding to the `VMAXNMT.F32` instruction
instead of `VMAXNMT.F16`. Similarly for vminnm.

Reviewers: dmgreen, miyuki, MarkMurrayARM

Reviewed By: dmgreen

Subscribers: kristof.beyls, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list