[all-commits] [llvm/llvm-project] c19f90: [PowerPC] Implement xscmpeqqp, xscmpgeqp, xscmpgtq...

maryammoghadas via All-commits all-commits at lists.llvm.org
Thu Dec 1 13:02:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c19f905fed4bb67dbf38b405606a3e1e61ac76d6
      https://github.com/llvm/llvm-project/commit/c19f905fed4bb67dbf38b405606a3e1e61ac76d6
  Author: Maryam Moghadas <maryammo at ca.ibm.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/P10InstrResources.td
    M llvm/lib/Target/PowerPC/PPCInstrP10.td
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
    M llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s

  Log Message:
  -----------
  [PowerPC] Implement xscmpeqqp, xscmpgeqp, xscmpgtqp instructions

This patch adds 3 Power10 VSX Scalar compare for quad precision
instructions including xscmpeqqp, xscmpgeqp, xscmpgtqp

Reviewed By: amyk

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




More information about the All-commits mailing list