[all-commits] [llvm/llvm-project] 0bec0e: [VE] udiv/sdiv/urem/srem/mul isel patterns

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Jan 29 07:00:26 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bec0e71514a038f828b147725f44c5ed03a608b
      https://github.com/llvm/llvm-project/commit/0bec0e71514a038f828b147725f44c5ed03a608b
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/CodeGen/VE/div.ll
    A llvm/test/CodeGen/VE/multiply.ll
    A llvm/test/CodeGen/VE/rem.ll

  Log Message:
  -----------
  [VE] udiv/sdiv/urem/srem/mul isel patterns

Summary:
udiv/sdiv/urem/srem/mul integer isel patterns and tests.
Pretend for now that integer division were always cheap in HW.

Reviewed By: arsenm

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




More information about the All-commits mailing list