Files
clang-p2996/llvm/test/Transforms
Sanjay Patel 30ef70b090 [InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672)
We already have the udiv variant of this transform, so I think this is ok for 
InstCombine too even though there is an increase in IR instructions. As the 
tests and TODO comments show, the transform can lead to follow-on combines.

This should fix: https://llvm.org/bugs/show_bug.cgi?id=28672

Differential Revision: https://reviews.llvm.org/D24527

llvm-svn: 282209
2016-09-22 22:36:26 +00:00
..
2016-07-12 22:37:48 +00:00
2016-07-19 17:52:41 +00:00
2016-09-18 20:25:41 +00:00
2016-09-22 07:56:23 +00:00
2016-07-06 23:48:41 +00:00