[all-commits] [llvm/llvm-project] 36b687: [X86] Add target verifier

jofrn via All-commits all-commits at lists.llvm.org
Fri Jun 26 13:09:20 PDT 2026


  Branch: refs/heads/users/jofrn/x86-target-verifier
  Home:   https://github.com/llvm/llvm-project
  Commit: 36b687ac7a552e82bcfe1adfbef13ab497073144
      https://github.com/llvm/llvm-project/commit/36b687ac7a552e82bcfe1adfbef13ab497073144
  Author: jofrn <jo7frn1 at gmail.com>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M llvm/lib/Target/X86/CMakeLists.txt
    M llvm/lib/Target/X86/X86.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    A llvm/lib/Target/X86/X86TargetVerifier.cpp

  Log Message:
  -----------
  [X86] Add target verifier

Add an X86 TargetVerify and register it by triple so the
TargetVerifierPass dispatches to it for X86 modules. It performs no
checks yet; the subtarget-dependent checks are added in a follow-up.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list