radeonsi: MIMG shader instructions require waiting for the results.

This commit is contained in:
Michel Dänzer 2012-04-19 09:36:52 +02:00 committed by Michel Dänzer
parent 2308cf8daf
commit e1a173fb33
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ class MIMG <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
let EncodingType = 2; //SIInstrEncodingType::MIMG
let NeedWait = 1;
let usesCustomInserter = 1;
}
class MTBUF <bits<3> op, dag outs, dag ins, string asm, list<dag> pattern> :