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

Pablo Barrio via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 02:41:36 PDT 2016


pbarrio added a comment.

Right, it makes sense. I didn't know that these sort of optimizations were also undertaken in the selection DAG.

Renato, thank you for the review; the testing looks better now. Could you have a look at the new patch when you have a few minutes? Let me know if you still see some room for improvement.


https://reviews.llvm.org/D24133





More information about the llvm-commits mailing list