Change CombineInfo::setMI to take a reference to the
SILoadStoreOptimizer instance, for easy access to common fields like
TII and STM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118366
[AMDGPU] SILoadStoreOptimizer: tweak API of CombineInfo::setMI. NFC. ClosedPublic Authored by foad on Jan 27 2022, 7:08 AM.
Details Summary Change CombineInfo::setMI to take a reference to the
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptJan 27 2022, 7:08 AM foad added a child revision: D118367: [AMDGPU] SILoadStoreOptimizer: use separate lists for AGPR instructions. Comment ActionsSelf-approving as obvious, if the child patches are approved. This revision is now accepted and ready to land.Jan 27 2022, 7:09 AM This revision was landed with ongoing or failed builds.Jan 27 2022, 10:23 AM Closed by commit rG8a52fef1e06c: [AMDGPU] SILoadStoreOptimizer: tweak API of CombineInfo::setMI. NFC. (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403720 llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
|