[all-commits] [llvm/llvm-project] 337e54: [VE] Add maxnum and minnum

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Sep 21 02:04:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 337e54ec956c758495495a1c9a6ddcafe9805f4d
      https://github.com/llvm/llvm-project/commit/337e54ec956c758495495a1c9a6ddcafe9805f4d
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M llvm/lib/Target/VE/VEISelLowering.cpp
    A llvm/test/CodeGen/VE/Scalar/maxnum.ll
    A llvm/test/CodeGen/VE/Scalar/minnum.ll

  Log Message:
  -----------
  [VE] Add maxnum and minnum

Add maxnum and minnum for float and double.  Lowering is already
implemented, so this patch changes them legal and adds regression
tests.

Reviewed By: efocht

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




More information about the All-commits mailing list