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 19a10c1 commit 995d21bCopy full SHA for 995d21b
llvm/lib/CodeGen/SelectOptimize.cpp
@@ -847,7 +847,7 @@ void SelectOptimizeImpl::findProfitableSIGroupsInnerLoops(
847
bool SelectOptimizeImpl::isConvertToBranchProfitableBase(
848
const SelectGroup &ASI) {
849
SelectLike SI = ASI.front();
850
- LLVM_DEBUG(dbgs() << "Analyzing select group containing " << SI.getI()
+ LLVM_DEBUG(dbgs() << "Analyzing select group containing " << *SI.getI()
851
<< "\n");
852
OptimizationRemark OR(DEBUG_TYPE, "SelectOpti", SI.getI());
853
OptimizationRemarkMissed ORmiss(DEBUG_TYPE, "SelectOpti", SI.getI());
0 commit comments