Skip to content

Commit 0a73921

Browse files
Martien de Jongmartien-de-jong
authored andcommitted
[AIE] No version-specific includes in AIE-generic code
1 parent 598be5c commit 0a73921

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/lib/Target/AIE/AIEPostSelectOptimize.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
// %4 = opcode implicit $crsat | | | %4 = opcode implicit $crsat
3030
//
3131

32-
#include "AIE.h"
33-
#include "AIE2.h"
34-
#include "AIE2InstrInfo.h"
35-
#include "AIE2RegisterInfo.h"
32+
#include "AIEBaseInstrInfo.h"
3633
#include "AIEBaseRegisterBankInfo.h"
3734
#include "AIEBaseRegisterInfo.h"
3835
#include "AIECombinerHelper.h"

0 commit comments

Comments
 (0)