]> granicus.if.org Git - llvm/commit
AMDGPU: Fix copies from physical registers in SIFixSGPRCopies
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 29 Apr 2017 01:26:34 +0000 (01:26 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 29 Apr 2017 01:26:34 +0000 (01:26 +0000)
commit23450e59978bd3d88e0f2067928a6644bd2bc4c5
tree706a778273591151a32bb8bb0cffb8c4e3a23a7f
parent40d2ca9f43bf3d7342bd592028e983a6aa966a63
AMDGPU: Fix copies from physical registers in SIFixSGPRCopies

This would assert when there were multiple defs of
a physical register.

We just need to move all of the users of it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
test/CodeGen/AMDGPU/inline-asm.ll