Rejecting AGPR DS_WRITE instructions before adding them to any mergeable
list seems cleaner than adding them to the list and rejecting them
later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118368
[AMDGPU] SILoadStoreOptimizer: reject AGPR DS_WRITE sooner ClosedPublic Authored by foad on Jan 27 2022, 7:08 AM.
Details Summary Rejecting AGPR DS_WRITE instructions before adding them to any mergeable
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptJan 27 2022, 7:08 AM foad added a parent revision: D118367: [AMDGPU] SILoadStoreOptimizer: use separate lists for AGPR instructions.Jan 27 2022, 7:09 AM This revision is now accepted and ready to land.Jan 27 2022, 9:57 AM This revision was landed with ongoing or failed builds.Jan 27 2022, 10:24 AM Closed by commit rG4b133cee8026: [AMDGPU] SILoadStoreOptimizer: reject AGPR DS_WRITE sooner (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403722 llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
|