[all-commits] [llvm/llvm-project] c1831f: [RISCV] Fix isel pattern of masked vmslt[u]

ShihPo Hung via All-commits all-commits at lists.llvm.org
Mon May 3 17:30:25 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: c1831fc655979a0501a792f730d84d68e15a888e
      https://github.com/llvm/llvm-project/commit/c1831fc655979a0501a792f730d84d68e15a888e
  Author: ShihPo Hung <shihpo.hung at sifive.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    M llvm/test/CodeGen/RISCV/rvv/vmslt-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vmslt-rv64.ll
    M llvm/test/CodeGen/RISCV/rvv/vmsltu-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vmsltu-rv64.ll

  Log Message:
  -----------
  [RISCV] Fix isel pattern of masked vmslt[u]

This patch changes the operand order of masked vmslt[u]
from (mask, rs1, scalar, maskedoff, vl)
to (maskedoff, rs1, scalar, mask, vl).

Reviewed By: craig.topper

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

(cherry picked from commit fca5d63aa8d43a21557874d9bc040e944ab0500d)




More information about the All-commits mailing list