Tom Stellard 334ebf33ea R600/SI: Make SIInstrInfo::isOperandLegal() more strict
A register operand that has a common sub-class with its instruction's
defined register class is not always legal.  For example,
SReg_32 and M0Reg both have a common sub-class, but we can't
use an SReg_32 in instructions that expect a M0Reg.

This prevents the llvm.SI.sendmsg.ll test from failing when the fold
operand pass is added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222368 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-19 16:58:49 +00:00
..
2014-06-14 04:26:07 +00:00
2014-10-07 21:29:56 +00:00
2014-10-07 21:29:56 +00:00
2014-11-07 20:45:00 +00:00
2014-08-11 18:04:46 +00:00
2014-09-29 15:53:15 +00:00
2014-11-13 20:44:23 +00:00