[PATCH] D91163: [SelectionDAG] fminnum should be a binary operator

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 07:04:21 PST 2020


shchenz created this revision.
shchenz added reviewers: craig.topper, spatel, jsji, steven.zhang.
Herald added subscribers: llvm-commits, ecnelises, hiraditya, nemanjai.
Herald added a project: LLVM.
shchenz requested review of this revision.

This is a typo fix.

`fminnum` is a binary operator instead of a unary operator.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91163

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  llvm/test/CodeGen/PowerPC/fminnum.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91163.304176.patch
Type: text/x-patch
Size: 6556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201110/d2e9459f/attachment.bin>


More information about the llvm-commits mailing list