[all-commits] [llvm/llvm-project] 03f05a: [IR] Don't include GenericDomTreeConstruction.h in...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Nov 22 00:15:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03f05a4e72891237264ab48adf62034aaac8bd46
      https://github.com/llvm/llvm-project/commit/03f05a4e72891237264ab48adf62034aaac8bd46
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

  Changed paths:
    M llvm/include/llvm/IR/Dominators.h
    M llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
    M llvm/lib/IR/Dominators.cpp
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp

  Log Message:
  -----------
  [IR] Don't include GenericDomTreeConstruction.h in header (NFC)

The whole point of the GenericDomTree.h vs
GenericDomTreeConstruction.h distinction is that the latter only
needs to be included in the source file and not the header.




More information about the All-commits mailing list