[all-commits] [llvm/llvm-project] d75980: [X86] Fix missing HasX86_64 predicate

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Dec 11 02:27:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d75980f807f2e43b32b1936eaf7e7606afa888fd
      https://github.com/llvm/llvm-project/commit/d75980f807f2e43b32b1936eaf7e7606afa888fd
  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 HasX86_64 predicate

This was declared in FeatureX86_64 but never defined (we use the *64BitMode predicates for instruction defs - but now we need it for scheduler model defs).

Noticed while preparing to add Unsupported features handling to X86 scheduler models.




More information about the All-commits mailing list