We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 659cb99 + 5215d83 commit b6865aeCopy full SHA for b6865ae
runtime/compiler/optimizer/IdiomRecognition.cpp
@@ -1064,8 +1064,8 @@ TR_CISCGraph::initializeGraphs(TR::Compilation *c)
1064
bool genMemcpy = c->cg()->getSupportsReferenceArrayCopy() || c->cg()->getSupportsPrimitiveArrayCopy();
1065
bool genMemset = c->cg()->getSupportsArraySet();
1066
bool genMemcmp = c->cg()->getSupportsArrayCmp();
1067
- bool genIDiv2Mul = c->cg()->getSupportsLoweringConstIDiv();
1068
- bool genLDiv2Mul = c->cg()->getSupportsLoweringConstLDiv();
+ bool genIDiv2Mul = c->cg()->getSupportsIMulHigh();
+ bool genLDiv2Mul = c->cg()->getSupportsLMulHigh();
1069
// FIXME: We need getSupportsCountDecimalDigit() like interface
1070
// this idiom is only enabled on 390 for the moment
1071
0 commit comments