[PATCH] D25077: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 01:05:08 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL283098: [ARM] Code size optimisation to lower udiv+urem to udiv+mls instead of a (authored by SjoerdMeijer).

Changed prior to commit:
  https://reviews.llvm.org/D25077?vs=73255&id=73409#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25077

Files:
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/test/CodeGen/ARM/urem-opt-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25077.73409.patch
Type: text/x-patch
Size: 5412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/0a419b15/attachment.bin>


More information about the llvm-commits mailing list