[all-commits] [llvm/llvm-project] 62e464: [NFC][PowerPC] Add a multiclass for fsetcc to defi...

QingShan Zhang via All-commits all-commits at lists.llvm.org
Sun Aug 2 20:41:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62e4644616dc87dca73357b2a4bf1487ce74e90d
      https://github.com/llvm/llvm-project/commit/62e4644616dc87dca73357b2a4bf1487ce74e90d
  Author: QingShan Zhang <qshanz at cn.ibm.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td

  Log Message:
  -----------
  [NFC][PowerPC] Add a multiclass for fsetcc to define them in a uniform way

This is a refactor patch to prepare for adding the support for strict-fsetcc
in PowerPC backend. We want to move their definition into a uniform way so that,
we could add the strict node easier.

Reviewed By: shchenz

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




More information about the All-commits mailing list