]> granicus.if.org Git - llvm/commit
Merging r275935:
authorHans Wennborg <hans@hanshq.net>
Wed, 20 Jul 2016 14:09:21 +0000 (14:09 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 20 Jul 2016 14:09:21 +0000 (14:09 +0000)
commitc6561de565f8f0052e2fde8038f009756fdefb20
tree62806d47119b2f543c0686eb49a8fe9a8ac1c0b4
parent00d9b1b37f68373bb427369fee08814cda0692f7
Merging r275935:
------------------------------------------------------------------------
r275935 | arsenm | 2016-07-18 17:35:22 -0700 (Mon, 18 Jul 2016) | 6 lines

AMDGPU/SI: Fix SI scheduler refcount issue

Without this fix, releaseSuccessors when InOrOutBlock is
false could release SUs outside the schedule BasicBlock.

Patch by Axel Davy
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276116 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIMachineScheduler.cpp