This is an archive of the discontinued LLVM Phabricator instance.

Cleanup includes for LLVMTableGenGlobalISel
ClosedPublic

Authored by serge-sans-paille on Jan 27 2022, 8:16 AM.

Details

Summary

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

Diff Detail

Event Timeline

serge-sans-paille requested review of this revision.Jan 27 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2022, 8:16 AM
RKSimon accepted this revision.Jan 27 2022, 2:02 PM

LGTM

This revision is now accepted and ready to land.Jan 27 2022, 2:02 PM

clang-formated and rebased on main

This revision was landed with ongoing or failed builds.Jan 28 2022, 2:51 AM
This revision was automatically updated to reflect the committed changes.