[PATCH] D30527: Replacing float with new class Fraction for LSR alternative way of resolving complex solution

Evgeny Stupachenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 01:19:10 PST 2017


evstupac created this revision.
Herald added a subscriber: mzolotukhin.

New class Fraction has unsigned Numerator and Denominator and looks like enough to replace float for LSR needs.


Repository:
  rL LLVM

https://reviews.llvm.org/D30527

Files:
  lib/Transforms/Scalar/LoopStrengthReduce.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30527.90297.patch
Type: text/x-patch
Size: 5737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/dadf3410/attachment.bin>


More information about the llvm-commits mailing list