This is an archive of the discontinued LLVM Phabricator instance.

[Analysis] Forward declare classes & remove includes
AbandonedPublic

Authored by clemenswasser on Feb 20 2022, 7:27 AM.

Details

Reviewers
None
Summary

llvm/IR/Instructions.h was identified as quiet heavy by clang build analyzer.
Removing includes and forward declaring the relevant classes saves compilation time.

Diff Detail