We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bed8a9 commit 615c2c1Copy full SHA for 615c2c1
visa/Gen4_IR.cpp
@@ -7023,9 +7023,9 @@ void G4_INST::computeRightBound(G4_Operand* opnd)
7023
{
7024
associateOpndWithInst(opnd, this);
7025
7026
- if( opnd != NULL &&
+ if (opnd &&
7027
opnd->isImm() == false &&
7028
- opnd->isNullReg() == false )
+ opnd->isNullReg() == false)
7029
7030
bool done = false;
7031
visa/Gen4_IR.hpp
@@ -1993,6 +1993,7 @@ class G4_Operand
1993
friend class G4_FillIntrinsic;
1994
friend class G4_SpillIntrinsic;
1995
1996
+
1997
public:
1998
enum Kind {
1999
immediate,
0 commit comments