[all-commits] [llvm/llvm-project] 3182ea: [X86] Tweak Alderlake instregex to match CodeGen-o...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 12 02:37:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3182ea4a8fcb163c6e5cb01f474f84f30d101dd9
https://github.com/llvm/llvm-project/commit/3182ea4a8fcb163c6e5cb01f474f84f30d101dd9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-12 (Sat, 12 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86SchedAlderlakeP.td
Log Message:
-----------
[X86] Tweak Alderlake instregex to match CodeGen-only and public scalar instruction ops
As detailed on #58792 the _Int postfix needs to be optional in the instregex to match both instructions - fixes mismatch warnings on a scheduler model verifier I'm working on
More information about the All-commits
mailing list