We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598f2eb commit a5bdbaeCopy full SHA for a5bdbae
llvm/lib/Analysis/CostModel.cpp
@@ -55,9 +55,10 @@ static cl::opt<IntrinsicCostStrategy> IntrinsicCost(
55
"Use TargetTransformInfo::getInstructionCost"),
56
clEnumValN(IntrinsicCostStrategy::IntrinsicCost, "intrinsic-cost",
57
"Use TargetTransformInfo::getIntrinsicInstrCost"),
58
- clEnumValN(IntrinsicCostStrategy::TypeBasedIntrinsicCost,
59
- "type-based-intrinsic-cost",
60
- "Calculate intrinsics cost based only on argument types")));
+ clEnumValN(
+ IntrinsicCostStrategy::TypeBasedIntrinsicCost,
+ "type-based-intrinsic-cost",
61
+ "Calculate the intrinsic cost based only on argument types")));
62
63
#define CM_NAME "cost-model"
64
#define DEBUG_TYPE CM_NAME
0 commit comments