[X86] Fix missing HasX86_64 predicate
This was declared in FeatureX86_64 but never defined (we use the *64BitMode predicates for instruction defs - but now we need it for scheduler model defs). Noticed while preparing to add Unsupported features handling to X86 scheduler models.
Loading
Please sign in to comment