[PATCH] D73341: [GlobalISel] Use pointer type size for offset constant when lowering load/stores
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 05:55:40 PST 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
While this is correct, this also shouldn't cause legalization to fail with non 64-bit pointers. Are you missing a legalize rule for the second type index for G_PTR_ADD?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73341/new/
https://reviews.llvm.org/D73341
More information about the llvm-commits
mailing list