| commit | 080889cad77a5eac60afda88b4be178f12d6793c | [log] [tgz] | 
|---|---|---|
| author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Tue Feb 28 16:26:27 2017 +0000 | 
| committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Tue Feb 28 16:26:27 2017 +0000 | 
| tree | 2e103d4651d26af2d7a65dea1b078b5f4a7748a8 | |
| parent | 51599687865ed713da7545b79c4f42df13076a58 [diff] | 
[AMDGPU] Fix read-undef flags when schedule is reverted If two subregs of the same register are defined and we need to revert schedule changing def order, we will end up with both instructions having def,read-undef flags because adjustLaneLiveness() will only set this flag but will not remove it. Fix this by removing read-undef flags before calling adjustLaneLiveness. Differential Revision: https://reviews.llvm.org/D30428 llvm-svn: 296484