[PATCH] D28196: [X86] Tune bypassing of slow division for Intel CPUs

Nikolai Bozhenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 02:19:58 PST 2017


n.bozhenov updated this revision to Diff 83932.
n.bozhenov added a comment.

Rebased atom-bypass-slow-division*.ll tests on https://reviews.llvm.org/D28469.

Didn't rebase slow-div.ll because in the next patch I would add several RUN lines into the test which produce similar but not exactly the same assembly. So, I decided to check here only whether the transformation is applied or not.


https://reviews.llvm.org/D28196

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/atom-bypass-slow-division-64.ll
  test/CodeGen/X86/slow-div.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28196.83932.patch
Type: text/x-patch
Size: 5914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/e7b94852/attachment.bin>


More information about the llvm-commits mailing list