-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Labels
backend:X86backend:X86 Scheduler ModelsAccuracy of X86 scheduler modelsAccuracy of X86 scheduler modelsbugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
Bugzilla Link | 35608 |
Resolution | FIXED |
Resolved on | Aug 09, 2018 06:22 |
Version | trunk |
OS | Windows NT |
Blocks | #31672 #36479 #36256 |
CC | @adibiagio,@legrosbuffle,@topperc |
Fixed by commit(s) | 334389 |
Extended Description
We currently have to specify all the InstrSchedModel classes even if the model doesn't support it (e.g. WriteVarVecShift on pre-AVX2 machines).
We should be able to not have to include these as long as the model's UnsupportedFeatures list agrees. Naturally if we try to attach the model to a cpu that does support that feature we should error out (e.g. X86ScheduleHaswell being used on KNL).
Metadata
Metadata
Assignees
Labels
backend:X86backend:X86 Scheduler ModelsAccuracy of X86 scheduler modelsAccuracy of X86 scheduler modelsbugzillaIssues migrated from bugzillaIssues migrated from bugzilla