diff options
author | Michael Liao <michael.hliao@gmail.com> | 2019-03-15 12:42:21 +0000 |
---|---|---|
committer | Michael Liao <michael.hliao@gmail.com> | 2019-03-15 12:42:21 +0000 |
commit | 6883d7e192fc81ba0ca1b9b4e55d54836b2712a4 (patch) | |
tree | e70f6237c39d728b2f416b5359f1cfc897f12b10 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 728293ac874060da995c5c049e9312bc70a5256c (diff) | |
download | bcm5719-llvm-6883d7e192fc81ba0ca1b9b4e55d54836b2712a4.tar.gz bcm5719-llvm-6883d7e192fc81ba0ca1b9b4e55d54836b2712a4.zip |
[AMDGPU] Fix SGPR fixing through SCC chaining
Summary:
- During the fixing of SGPR copying from VGPR, ensure users of SCC is
properly propagated, i.e.
* only propagate through live def of SCC,
* skip the SCC-def inst itself, and
* stop the propagation on the other SCC-def inst after checking its
SCC-use first.
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59362
llvm-svn: 356258
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions