[PowerPC] Revert P9 scheduling model to incomplete

Partially revert a previous change from commit: https://llvm.org/svn/llvm-project/llvm/trunk@314026
The previous change caused regressions on Power 9.

llvm-svn: 314835
This commit is contained in:
Stefan Pintilie 2017-10-03 20:27:30 +00:00
parent 5b93ea3b9f
commit e1d7547237
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def P9Model : SchedMachineModel {
// Try to make sure we have at least 10 dispatch groups in a loop.
let LoopMicroOpBufferSize = 60;
let CompleteModel = 1;
let CompleteModel = 0;
let UnsupportedFeatures = [HasQPX];