Add optimizations for Proj after Cond using VRP
This uses the vrp information to evaluate int projs. This optimizes cases like: x |= 33; y = x & 96; to y = 1; [r27100]
Please register or sign in to comment
This uses the vrp information to evaluate int projs. This optimizes cases like: x |= 33; y = x & 96; to y = 1; [r27100]