[all-commits] [llvm/llvm-project] ccaaa0: [CodeGen] Avoid GenericDomTreeConstruction.h inclu...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jun 12 03:37:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ccaaa0000f585ac0724452f8a7baee7307dae4eb
      https://github.com/llvm/llvm-project/commit/ccaaa0000f585ac0724452f8a7baee7307dae4eb
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineDominators.h
    M llvm/lib/CodeGen/MachineDominators.cpp
    M llvm/lib/CodeGen/MachinePostDominators.cpp
    M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp

  Log Message:
  -----------
  [CodeGen] Avoid GenericDomTreeConstruction.h include in headers (NFC)

This header is split off from GenericDomTree.h so it can be included
in the source file only. Do this for MachineDominators.h and
MachinePostDominators.h.



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