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 bab52a9 commit 87ed86bCopy full SHA for 87ed86b
visa/Optimizer.cpp
@@ -992,7 +992,6 @@ int Optimizer::optimization() {
992
runPass(PI_reassignBlockIDs);
993
994
runPass(PI_FoldAddrImmediate);
995
- runPass(PI_s0SubAfterRA);
996
997
// FIXME houjenko: Disable local scheduling due to issues when
998
// using extra regiser that may corrupt unknown liveout
@@ -1011,6 +1010,7 @@ int Optimizer::optimization() {
1011
1010
runPass(PI_legalizeType);
1012
1013
runPass(PI_changeMoveType);
+ runPass(PI_s0SubAfterRA);
1014
1015
// No pass after this should expect def-use to be preserved as this pass
1016
// removes raw movs with identical src/dst physical GRFs.
0 commit comments