[PATCH] Added InstCombine transform for pattern " ((X % Z) + (Y % Z)) % Z -> (X + Y) % Z ".

Ankur Garg ankur29.garg at samsung.com
Sun Oct 19 08:43:54 PDT 2014


Oh, thanks for clarifying that. I will work on the comments and resubmit the transformation.

Thanks.

http://reviews.llvm.org/D5351






More information about the llvm-commits mailing list