Skip to content

Commit 687b78d

Browse files
committed
[AIE2P] Remove compilation warning
Due to some unused variables.
1 parent 2f6f9ac commit 687b78d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AIE/aie2p/AIE2PLegalizerInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ static const LLT V16S32 = LLT::fixed_vector(16, 32);
141141
static const LLT V32S16 = LLT::fixed_vector(32, 16);
142142
static const LLT V64S8 = LLT::fixed_vector(64, 8);
143143
static const LLT V2S256 = LLT::fixed_vector(2, 256);
144-
static const LLT V8S64 = LLT::fixed_vector(8, 64);
145144

146145
// 512-bit accumulators
147146
static const LLT AccV1632 = LLT::fixed_vector(16, 32);
@@ -152,7 +151,6 @@ static const LLT V32S32 = LLT::fixed_vector(32, 32);
152151
static const LLT V64S16 = LLT::fixed_vector(64, 16);
153152
static const LLT V128S8 = LLT::fixed_vector(128, 8);
154153
static const LLT V2S512 = LLT::fixed_vector(2, 512);
155-
static const LLT V16S64 = LLT::fixed_vector(16, 64);
156154

157155
// 1024-bit accumulators
158156
static const LLT AccV32S32 = LLT::fixed_vector(32, 32);

0 commit comments

Comments
 (0)