[PATCH] D81712: [NFC][PowerPC] Add a multiclass for fsetcc to define them in a uniform way

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 20:52:48 PDT 2020


steven.zhang created this revision.
steven.zhang added reviewers: nemanjai, qiucf, PowerPC.
Herald added subscribers: shchenz, wuzish, kbarton, hiraditya.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81712

Files:
  llvm/lib/Target/PowerPC/PPCInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81712.270296.patch
Type: text/x-patch
Size: 7236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/bc2d8849/attachment.bin>


More information about the llvm-commits mailing list