[PATCH] D18117: APFloat: Fix scalbn handling of denormals

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 12 04:00:28 PST 2016


arsenm created this revision.
arsenm added a reviewer: scanon.
arsenm added a subscriber: llvm-commits.

This was incorrect for denormals, and also failed
on longer exponent ranges.

http://reviews.llvm.org/D18117

Files:
  lib/Support/APFloat.cpp
  unittests/ADT/APFloatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18117.50522.patch
Type: text/x-patch
Size: 6160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160312/7fe3b5f0/attachment.bin>


More information about the llvm-commits mailing list