Skip to content

Commit c365856

Browse files
committed
Removed commented code
1 parent ea8f7df commit c365856

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llvm/unittests/Analysis/IR2VecTest.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -381,16 +381,6 @@ TEST_F(IR2VecTestFixture, MultipleComputeEmbeddingsConsistency_Symbolic) {
381381
EXPECT_TRUE(FuncVec1.approximatelyEquals(FuncVec2));
382382
EXPECT_TRUE(FuncVec1.approximatelyEquals(FuncVec3));
383383
EXPECT_TRUE(FuncVec2.approximatelyEquals(FuncVec3));
384-
385-
// Also check that instruction vectors remain consistent
386-
// const auto &InstMap1 = Emb->getInstVecMap();
387-
// const auto &InstMap2 = Emb->getInstVecMap();
388-
389-
// EXPECT_EQ(InstMap1.size(), InstMap2.size());
390-
// for (const auto &[Inst, Vec1] : InstMap1) {
391-
// ASSERT_TRUE(InstMap2.count(Inst));
392-
// EXPECT_TRUE(Vec1.approximatelyEquals(InstMap2.at(Inst)));
393-
// }
394384
}
395385

396386
TEST_F(IR2VecTestFixture, MultipleComputeEmbeddingsConsistency_FlowAware) {

0 commit comments

Comments
 (0)