[PATCH] D18250: [PPC, FastISel] Fix ordered/unordered fcmp

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 10:38:18 PDT 2016


timshen created this revision.
timshen added a reviewer: kbarton.
timshen added subscribers: echristo, hfinkel, llvm-commits.
Herald added a subscriber: MatzeB.

Ordered comparison oge, ole and one cannot be implemented using a single instruction.

http://reviews.llvm.org/D18250

Files:
  lib/Target/PowerPC/PPCFastISel.cpp
  test/CodeGen/PowerPC/fast-isel-fcmp-nan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18250.50952.patch
Type: text/x-patch
Size: 4962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160317/8d0c7439/attachment.bin>


More information about the llvm-commits mailing list