[all-commits] [llvm/llvm-project] 1dd061: [X86] SkylakeClientModel - fix instregex typo. NFCI.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Nov 8 10:40:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1dd0613810ff0dd197b50488512d5b58b0020292
      https://github.com/llvm/llvm-project/commit/1dd0613810ff0dd197b50488512d5b58b0020292
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86SchedSkylakeClient.td

  Log Message:
  -----------
  [X86] SkylakeClientModel - fix instregex typo. NFCI.

The extra '?' is useless as it only makes a single letter optional and we can only match the SI64 pattern anyway (V?)CVT(T?)SS2SIrr has a different scheduler def




More information about the All-commits mailing list