diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-03 17:39:46 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-03 17:39:46 +0000 |
| commit | 8a72c73032707c7b3c042b716286a1ac33720991 (patch) | |
| tree | f0d382c82931ae4334a14a893af221f8bb9aac78 /lib/Target/TargetLoweringObjectFile.cpp | |
| parent | 132183510f3db502c7d837ee0dc40221b5c6245e (diff) | |
| download | external_llvm-8a72c73032707c7b3c042b716286a1ac33720991.zip external_llvm-8a72c73032707c7b3c042b716286a1ac33720991.tar.gz external_llvm-8a72c73032707c7b3c042b716286a1ac33720991.tar.bz2 | |
R600/SI: Fixup CopyToReg register class in PostprocessISelDAG()
The CopyToReg nodes will sometimes try to copy a value from a VGPR to an
SGPR. This kind of copy is not possible, so we need to detect
VGPR->SGPR copies and do something else. The current strategy is to
replace these copies with VGPR->VGPR copies and hope that all the users
of CopyToReg can accept VGPRs as arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
