[GlobalISel] (fix) Use pointer type size for offset constant when lowering stores
Commit 9965b12f was supposed to change the offset constant when lowering load/stores, but only introduced this change for loads. This patch adds the same fix for stores.
Loading
Please sign in to comment