[PATCH] D118375: Cleanup includes for LLVMTableGenGlobalISel

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 08:16:19 PST 2022


serge-sans-paille created this revision.
serge-sans-paille added reviewers: lenary, RKSimon, mehdi_amini.
Herald added subscribers: hiraditya, rovka.
serge-sans-paille requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Based on the output of include-what-you-use. No big deal here, it's a utils
library and it doesn't seem to be used a lot across the codebase.

$ clang++ -E  -Iinclude -I../llvm/include ../llvm/utils/TableGen/GlobalISel/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
before: 573143
after:  568908


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118375

Files:
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TableGenBackendSkeleton.cpp
  llvm/utils/TableGen/GICombinerEmitter.cpp
  llvm/utils/TableGen/GlobalISel/CodeExpander.cpp
  llvm/utils/TableGen/GlobalISel/CodeExpander.h
  llvm/utils/TableGen/GlobalISel/GIMatchDag.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.h
  llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118375.403666.patch
Type: text/x-patch
Size: 6487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/1ba67df9/attachment.bin>


More information about the llvm-commits mailing list