[all-commits] [llvm/llvm-project] a6be4d: [PowerPC-QPX] adjust operands order of qpx fma ins...

Chen Zheng via All-commits all-commits at lists.llvm.org
Mon May 18 20:00:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a6be4d17e349f834e4d365f68e0435a1c4334a81
      https://github.com/llvm/llvm-project/commit/a6be4d17e349f834e4d365f68e0435a1c4334a81
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrQPX.td
    M llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll

  Log Message:
  -----------
  [PowerPC-QPX] adjust operands order of qpx fma instructions.

convert
  %3 = QVFMADD %2, %0, %1, implicit $rm
to
  %3 = QVFMADD %2, %1, %0, implicit $rm

Reviewed By: hfinkel, steven.zhang

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




More information about the All-commits mailing list