projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11617b
)
AMDGPU/SI: Test commit
author
Changpeng Fang
<changpeng.fang@gmail.com>
Fri, 18 Dec 2015 19:57:41 +0000
(19:57 +0000)
committer
Changpeng Fang
<changpeng.fang@gmail.com>
Fri, 18 Dec 2015 19:57:41 +0000
(19:57 +0000)
Summary: This is just my first commit. Test!
Reviewers: none
Subscribers: none
Differential Revision: none
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256020
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AMDGPU/SIInstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AMDGPU/SIInstrInfo.cpp
b/lib/Target/AMDGPU/SIInstrInfo.cpp
index 2375432305a0381f2e7c9729f87964a5569d90e9..6c4cb011ef26eb4820eb93a4658eba181bb35d8a 100644
(file)
--- a/
lib/Target/AMDGPU/SIInstrInfo.cpp
+++ b/
lib/Target/AMDGPU/SIInstrInfo.cpp
@@
-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 "