R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRs
authorTom Stellard <thomas.stellard@amd.com>
Wed, 14 Jan 2015 15:42:34 +0000 (15:42 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 14 Jan 2015 15:42:34 +0000 (15:42 +0000)
commit65e0a4d4da3b161932f29707b0401902007b7dbb
treebe0b255d60e1b487f740e81d6fc62d12656a2c08
parent33040cf56e9cdeb86d584c51701a7a9eb8ce5ec5
R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRs

This helps us avoid 'invalid register class for operand' verifier
errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225989 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.cpp