Look through G_PTRTOINT and G_PTR_ADD nodes when looking for constant
offset for buffer stores. This also helps with merging of these instructions
later on.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D95242
[AMDGPU][GlobalISel] Handle G_PTR_ADD when looking for constant offset ClosedPublic Authored by mbrkusanin on Jan 22 2021, 8:32 AM.
Details Summary Look through G_PTRTOINT and G_PTR_ADD nodes when looking for constant
Diff Detail Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptJan 22 2021, 8:32 AM This revision is now accepted and ready to land.Jan 27 2021, 10:37 AM Closed by commit rG4b422708bac7: [AMDGPU][GlobalISel] Handle G_PTR_ADD when looking for constant offset (authored by mbrkusanin). · Explain WhyJan 28 2021, 2:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 319601 llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/merge-buffer-stores.ll
|