[PATCH] Added InstCombine transform for pattern " ((X % Y) % Y) -> (X % Y) ".
David Majnemer
david.majnemer at gmail.com
Mon Sep 15 09:53:14 PDT 2014
This doesn't introduce any new instructions, move it to InstSimplify.
http://reviews.llvm.org/D5350
More information about the llvm-commits
mailing list