File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8355,8 +8355,7 @@ bool G4_INST::isRMWCombinCandidate(G4_INST *next)
8355
8355
G4_Operand* nextDst = next->getDst ();
8356
8356
// The current instruction must has Integer macro dst as well
8357
8357
if (nextDst &&
8358
- nextDst->isGen12IntegerMacroDst () &&
8359
- dst->getType () == nextDst->getType ())
8358
+ nextDst->isGen12IntegerMacroDst ())
8360
8359
{
8361
8360
8362
8361
unsigned short lastLB = (unsigned short )dst->getLinearizedStart ();
Original file line number Diff line number Diff line change @@ -2334,10 +2334,7 @@ class G4_Operand
2334
2334
if (type == Type_UW ||
2335
2335
type == Type_W ||
2336
2336
type == Type_B ||
2337
- type == Type_UB ||
2338
- type == Type_D ||
2339
- type == Type_UD
2340
- )
2337
+ type == Type_UB)
2341
2338
{
2342
2339
return true ;
2343
2340
}
You can’t perform that action at this time.
0 commit comments