[all-commits] [llvm/llvm-project] a74b33: AMDGPU: Fix SMRD test in trivially disjoint mem ac...
David Stuttard via All-commits
all-commits at lists.llvm.org
Thu Mar 5 09:15:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a74b33f61251030644c70c8dc11daab4aca5a1f0
https://github.com/llvm/llvm-project/commit/a74b33f61251030644c70c8dc11daab4aca5a1f0
Author: David Stuttard <david.stuttard at amd.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
Log Message:
-----------
AMDGPU: Fix SMRD test in trivially disjoint mem access code
Summary:
This seems like an obvious error - cut and paste issue?
The change does make a change to one of the lit tests - it stops s_buffer_load
re-ordering past an MUBUF instruction (which is not surprising).
Change-Id: I80be99de5b62af4f42e91af2591b76a52ac9efa6
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75686
More information about the All-commits
mailing list