[PATCH] D29896: [BypassSlowDivision] Refactor fast division insertion logic (NFC)

Nikolai Bozhenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 09:49:57 PST 2017


n.bozhenov created this revision.

The most important goal of the patch is to break large insertFastDiv function into separate pieces, so that later a different fast insertion logic can be implemented using some of these pieces.


https://reviews.llvm.org/D29896

Files:
  lib/Transforms/Utils/BypassSlowDivision.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29896.88213.patch
Type: text/x-patch
Size: 16981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170213/7d38e4ca/attachment.bin>


More information about the llvm-commits mailing list