[all-commits] [llvm/llvm-project] b3c7e4: [X86] Fix missing HasPRFCHW predicate
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Dec 11 03:06:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3c7e43d04b4f8ea3ad6a5a836d30b0af56042f1
https://github.com/llvm/llvm-project/commit/b3c7e43d04b4f8ea3ad6a5a836d30b0af56042f1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-12-11 (Sun, 11 Dec 2022)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.td
Log Message:
-----------
[X86] Fix missing HasPRFCHW predicate
This was declared in FeaturePRFCHW but never defined.
Noticed while preparing to add Unsupported features handling to X86 scheduler models.
More information about the All-commits
mailing list