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

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 04:44:22 PDT 2016


jmolloy added a comment.

> I would expect the two divs to be merged before getting to the back-end.


I think the important thing is that those two divs will be merged in SDAG before your code even runs, so is not possible to test.

James


https://reviews.llvm.org/D24133





More information about the llvm-commits mailing list