mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
AMDGPU/SI: Test commit
Summary: This is just my first commit. Test! Reviewers: none Subscribers: none Differential Revision: none llvm-svn: 256020
This commit is contained in:
@@ -1433,7 +1433,7 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr *MI,
|
||||
return false;
|
||||
}
|
||||
|
||||
// Make sure the register classes are correct
|
||||
// Make sure the register classes are correct.
|
||||
for (int i = 0, e = Desc.getNumOperands(); i != e; ++i) {
|
||||
if (MI->getOperand(i).isFPImm()) {
|
||||
ErrInfo = "FPImm Machine Operands are not supported. ISel should bitcast "
|
||||
|
||||
Reference in New Issue
Block a user