[PATCH] D137841: [X86] Reduce unnecessary instregex for AlderlakeP schedule model

Haohai, Wen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 07:09:12 PST 2022


HaohaiWen created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
HaohaiWen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Using instregex for simple instruction opcode is much slower than
instrs. This patch replaces them with instrs.

Github issue: 35303


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137841

Files:
  llvm/lib/Target/X86/X86SchedAlderlakeP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137841.474757.patch
Type: text/x-patch
Size: 130235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221111/2b875ed6/attachment-0001.bin>


More information about the llvm-commits mailing list