Skip to content

Commit 995d21b

Browse files
committed
[SelectOpt] Print instruction instead of pointer
Pull Request: #80125
1 parent 19a10c1 commit 995d21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectOptimize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void SelectOptimizeImpl::findProfitableSIGroupsInnerLoops(
847847
bool SelectOptimizeImpl::isConvertToBranchProfitableBase(
848848
const SelectGroup &ASI) {
849849
SelectLike SI = ASI.front();
850-
LLVM_DEBUG(dbgs() << "Analyzing select group containing " << SI.getI()
850+
LLVM_DEBUG(dbgs() << "Analyzing select group containing " << *SI.getI()
851851
<< "\n");
852852
OptimizationRemark OR(DEBUG_TYPE, "SelectOpti", SI.getI());
853853
OptimizationRemarkMissed ORmiss(DEBUG_TYPE, "SelectOpti", SI.getI());

0 commit comments

Comments
 (0)