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 0609d37 commit 78f1922Copy full SHA for 78f1922
visa/Optimizer.cpp
@@ -992,6 +992,7 @@ 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
@@ -1010,7 +1011,6 @@ int Optimizer::optimization() {
1010
1011
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