Skip to content

Commit

Permalink
[AIE] cleanup of includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martien de Jong committed Jan 24, 2025
1 parent 278a3fd commit c83208c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions llvm/lib/Target/AIE/AIE2TargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,13 @@
//===----------------------------------------------------------------------===//

#include "AIE2TargetMachine.h"
#include "AIE.h"
#include "AIE2.h"
#include "AIE2TargetTransformInfo.h"
#include "AIEBaseAliasAnalysis.h"
#include "AIEDumpArtifacts.h"
#include "AIEFinalizeBundle.h"
#include "AIEMachineAlignment.h"
#include "AIEMachineBlockPlacement.h"
#include "AIEMachineFunctionInfo.h"
#include "AIETargetObjectFile.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/GlobalISel/IRTranslator.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
#include "llvm/CodeGen/GlobalISel/Legalizer.h"
#include "llvm/CodeGen/GlobalISel/RegBankSelect.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/PassRegistry.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/Scalar.h"

using namespace llvm;

Expand Down

0 comments on commit c83208c

Please sign in to comment.