AMDGPU/SILoadStoreOptimizer: Add helper functions for working with CombineInfo
commit4682e2f55bf076a276af0574b5f9d41e692249c0
authorTom Stellard <tstellar@redhat.com>
Tue, 1 Oct 2019 17:56:59 +0000 (1 17:56 +0000)
committerTom Stellard <tstellar@redhat.com>
Tue, 1 Oct 2019 17:56:59 +0000 (1 17:56 +0000)
tree8b75ce1aad9163ec7b27b0486fb67b71d4dc1636
parentffe458a6f13489ee2e3938e1f5499af33a1a3eb2
AMDGPU/SILoadStoreOptimizer: Add helper functions for working with CombineInfo

Summary:
This is a refactoring that will make future improvements to this pass easier.
This change should not change the behavior of the pass.

Reviewers: arsenm, pendingchaos, rampitec, nhaehnle, vpykhtin

Reviewed By: nhaehnle, vpykhtin

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D65496

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373366 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp