[deploy]O1

This commit is contained in:
lixuanwang
2025-08-20 15:59:22 +08:00
parent f2b944837c
commit dcf3d29ecc
7 changed files with 0 additions and 15808 deletions

View File

@@ -244,14 +244,6 @@ void RISCv64ISel::selectNode(DAGNode* node) {
getVReg(node->value);
}
}
if (auto const_val1 = dynamic_cast<ConstantValue*>(node->value)) {
if (const_val1->getInt() == 128875) {
foo3 = 1;
std::cerr << "Found constant 128875 in selectNode!" << std::endl;
}
}
break;
}