SeparateConstOffsetFromGEP: Don't use SCEV
This was only using the SCEV expressions as a map key, which we can do just as well with the value pointers. This also allows it to handle vectors.
Loading
Please sign in to comment
This was only using the SCEV expressions as a map key, which we can do just as well with the value pointers. This also allows it to handle vectors.