[all-commits] [llvm/llvm-project] 2252ca: [ANDGPU] getMemOperandsWithOffset: support BUF non...
jayfoad via All-commits
all-commits at lists.llvm.org
Mon Feb 3 14:49:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2252cac694f142c84f53a45793b325f5bef9124f
https://github.com/llvm/llvm-project/commit/2252cac694f142c84f53a45793b325f5bef9124f
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/bswap.ll
M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
M llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll
M llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
M llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll
M llvm/test/CodeGen/AMDGPU/merge-stores.ll
M llvm/test/CodeGen/AMDGPU/sdiv.ll
M llvm/test/CodeGen/AMDGPU/shl.ll
Log Message:
-----------
[ANDGPU] getMemOperandsWithOffset: support BUF non-stack-access instructions with resource but no vaddr
Summary:
This enables clustering for many more BUF instructions.
Reviewers: rampitec, arsenm, nhaehnle
Subscribers: jvesely, wdng, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73868
More information about the All-commits
mailing list