[all-commits] [llvm/llvm-project] 0984a7: [X86] Add missing HasNOPL predicate

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0984a7f42d5d31a40c96a1f07999b797bbfb8e44
      https://github.com/llvm/llvm-project/commit/0984a7f42d5d31a40c96a1f07999b797bbfb8e44
  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] Add missing HasNOPL predicate

This was declared in FeatureNOPL but never defined.

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


  Commit: 41876a32499278d428551efdd721a39ed1837a8c
      https://github.com/llvm/llvm-project/commit/41876a32499278d428551efdd721a39ed1837a8c
  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 HasPKU predicate

This was declared in FeaturePKU but defined just as PKU.

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


  Commit: 5de227dcdab4e71386d3edb37549ef8d1f71f08d
      https://github.com/llvm/llvm-project/commit/5de227dcdab4e71386d3edb37549ef8d1f71f08d
  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 HasLAHFSAHF64 predicate

This was declared in FeatureLAHFSAHF64 but never defined.

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


Compare: https://github.com/llvm/llvm-project/compare/e5ef6aced2e4...5de227dcdab4


More information about the All-commits mailing list