mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Avoid the GRF file out of bound for SVM scatter read write operands
The GRF register + dst/src size of SVM scatter read/write operands may be out of bound of GRF file.
This commit is contained in:
@ -76,6 +76,8 @@ private:
|
||||
void localRAOptReport();
|
||||
void markReferencesInOpnd(G4_Operand *opnd, bool isEOT,
|
||||
INST_LIST_ITER inst_it, unsigned int pos);
|
||||
void addOutOfBoundForbidden(G4_Declare *dcl, G4_Operand *opnd);
|
||||
void markSpecialForbidden(INST_LIST_ITER inst_it);
|
||||
void markReferencesInInst(INST_LIST_ITER inst_it);
|
||||
void setLexicalID(bool includePseudo);
|
||||
void markReferences(unsigned int &numRowsEOT, bool &lifetimeOpFound);
|
||||
|
||||
Reference in New Issue
Block a user