]> granicus.if.org Git - llvm/commit
[AMDGPU] Add exec copy to LiveIntervals in SILowerControlFlow::emitElse
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 19 Jan 2017 21:26:22 +0000 (21:26 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Thu, 19 Jan 2017 21:26:22 +0000 (21:26 +0000)
commitb8fa7c40ea09cb003852098b232c5c8d8a6c2fc3
tree1eb5451116fac6b231072afe6eba4ae6304780e8
parent1829afedf88eb49aeaf0424b9787757bca15b774
[AMDGPU] Add exec copy to LiveIntervals in SILowerControlFlow::emitElse

This instruction is missing from LiveIntervals.
I'm not aware of any problems because of this though.

Differential Revision: https://reviews.llvm.org/D28879

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