Files
clang-p2996/llvm/test/Transforms/CorrelatedValuePropagation
Sjoerd Meijer 716abbb2f5 This converts a signed remainder instruction to unsigned remainder, which
enables the code size optimisation to fold a rem and div into a single
aeabi_uidivmod call. This was not happening before because sdiv was converted
but srem not, and instructions with different signedness are not combined.

Differential Revision: http://reviews.llvm.org/D22214

llvm-svn: 275403
2016-07-14 12:23:48 +00:00
..
2016-07-06 23:26:29 +00:00
2016-05-02 16:45:00 +00:00