It has essentially the same benefit it has on 64-bit ARM: it substantially reduces the number of constants used by large GEP operations. Seems to be generally helpful across a few different codebases I've tried.
It is a bit heuristic driven, though, so I'm not sure it's universally beneficial; maybe could use more testing.