[all-commits] [llvm/llvm-project] ad08c0: [AMDGPU] Simplify DS and SM cases in getMemOperand...
jayfoad via All-commits
all-commits at lists.llvm.org
Wed Jan 29 01:43:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad08c01d6c39d5c66b76311d67b0d7119b3ba541
https://github.com/llvm/llvm-project/commit/ad08c01d6c39d5c66b76311d67b0d7119b3ba541
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Simplify DS and SM cases in getMemOperandsWithOffset
Summary:
This removes a couple of unnecessary isReg checks, now that
memOpsHaveSameBasePtr can handle FI operands, but is otherwise NFC.
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/D73485
More information about the All-commits
mailing list