[X86] Fix missing HasPKU predicate
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 10 Dec 2022 20:31:29 +0000 (20:31 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 11 Dec 2022 10:02:00 +0000 (10:02 +0000)
commit41876a32499278d428551efdd721a39ed1837a8c
tree2c67eff2fd1791342689a1651918f0d2db35c311
parent0984a7f42d5d31a40c96a1f07999b797bbfb8e44
[X86] Fix missing HasPKU predicate

This was declared in FeaturePKU but defined just as PKU.

Noticed while preparing to add Unsupported features handling to X86 scheduler models.
llvm/lib/Target/X86/X86InstrInfo.td