OSDN Git Service

AMDGPU: Construct new buffer instruction when moving SMRD
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 25 Sep 2015 22:21:19 +0000 (22:21 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 25 Sep 2015 22:21:19 +0000 (22:21 +0000)
commit728cde2865815411056bed202befbe86bb81628d
tree9fdbeb0e2e9fd01359ef09151a1ef7486f0cca2c
parent476be375a152bcdd67acd61d590aeef87449d548
AMDGPU: Construct new buffer instruction when moving SMRD

It's easier to understand creating a full instruction
than the current situation where sometimes a new
instruction is created and sometimes it is awkwardly
mutated in place.

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