Commits

Mark Lacey committed 27b63abeda9
Move RLE after inlining. In theory we should be able to eliminate more loads if we run this after the mem2reg that is after inlining. We aren't really relying heavily on having promoted values like this prior to inlining. Again, I see no significant performance delta, but this seems like the best place to put this pass if we're only running it once per run of the SSA passes.