This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] (fix) Use pointer type size for offset constant when lowering stores
ClosedPublic

Authored by gargaroff on Jan 28 2020, 1:19 AM.

Details

Reviewers
arsenm
Summary

Commit 9965b12fd1b 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.

Diff Detail

Event Timeline

gargaroff created this revision.Jan 28 2020, 1:19 AM
arsenm accepted this revision.Jan 30 2020, 5:25 AM
This revision is now accepted and ready to land.Jan 30 2020, 5:25 AM

Thanks. Would you merge this for me?