[all-commits] [llvm/llvm-project] f3202b: [PowerPC] Add assemble disassemble intrinsics for MMA

ahsansaghir via All-commits all-commits at lists.llvm.org
Tue Oct 13 11:22:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f3202b30b8e6fea838c595632641e86719ff8264
      https://github.com/llvm/llvm-project/commit/f3202b30b8e6fea838c595632641e86719ff8264
  Author: Ahsan Saghir <saghir at ca.ibm.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/IR/Function.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    A llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [PowerPC] Add assemble disassemble intrinsics for MMA

This patch adds support for assemble disassemble intrinsics
for MMA.

Reviewed By: bsaleil, #powerpc

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




More information about the All-commits mailing list