Move some rem transforms out of instcombine and into instsimplify.
This automagically provides a transform noticed by my super-optimizer as occurring quite often: "rem x, (select cond, x, 1)" -> 0. llvm-svn: 130694
Loading
Please register or sign in to comment