Skip to content

Commit f79741d

Browse files
weiyu-chensys_zuul
authored and
sys_zuul
committed
Move changeMoveType() to be after acc substitution as the former may impact the latter's effectiveness (float is better than int for acc substitution).
Change-Id: I8351bd39b95b52caa669b0c341423438e00abc50
1 parent d817528 commit f79741d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visa/Optimizer.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1132,12 +1132,12 @@ int Optimizer::optimization()
11321132
//
11331133
runPass(PI_chkRegBoundary);
11341134

1135-
runPass(PI_changeMoveType);
1136-
11371135
runPass(PI_localSchedule);
11381136

11391137
runPass(PI_accSubPostSchedule);
11401138

1139+
runPass(PI_changeMoveType);
1140+
11411141
// NoDD optimization
11421142
runPass(PI_NoDD);
11431143

0 commit comments

Comments
 (0)