I think the correct AddOpsInlineThreshold size to check is after the Add has been merged with Ops.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Analysis/ScalarEvolution.cpp | ||
---|---|---|
2437 | Given that get Add->getNumOperands() is always non-negative, checking both this and Ops.size() > AddOpsInlineThreshold makes no sense. What was the motivation of that? |
Given that get Add->getNumOperands() is always non-negative, checking both this and Ops.size() > AddOpsInlineThreshold makes no sense.
What was the motivation of that?