[all-commits] [llvm/llvm-project] fcf525: [AMDGPU] Handle frame index base operands in memOp...
jayfoad via All-commits
all-commits at lists.llvm.org
Mon Jan 27 06:45:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fcf5254fa792353852a6a7604206dd4e93ad0f99
https://github.com/llvm/llvm-project/commit/fcf5254fa792353852a6a7604206dd4e93ad0f99
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Handle frame index base operands in memOpsHaveSameBasePtr
Summary:
This is in preparation for getMemOperandsWithOffset returning more base
operands.
Reviewers: arsenm, rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, arphaman, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73454
Commit: 6461eadf8fff54df69d5aa110f094b124efb6d96
https://github.com/llvm/llvm-project/commit/6461eadf8fff54df69d5aa110f094b124efb6d96
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Handle multiple base operands in shouldClusterMemOps
Summary:
This is in preparation for getMemOperandsWithOffset returning more base
operands.
Depends on D73454.
Reviewers: arsenm, rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73455
Commit: 1bf00219fc803d385e91e0a016f5235f1d6d89b7
https://github.com/llvm/llvm-project/commit/1bf00219fc803d385e91e0a016f5235f1d6d89b7
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Handle multiple base operands in areMemAccessesTriviallyDisjoint
Summary:
This is in preparation for getMemOperandsWithOffset returning more base
operands.
Depends on D73455.
Reviewers: arsenm, rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73456
Compare: https://github.com/llvm/llvm-project/compare/4332f1a4c826...1bf00219fc80
More information about the All-commits
mailing list