Skip to content

Commit c7e6ca7

Browse files
committed
[SLP][NFC]Add dump() method for ScheduleData struct type for better debugging
1 parent 6a97897 commit c7e6ca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3986,6 +3986,8 @@ class BoUpSLP {
39863986
}
39873987
}
39883988

3989+
LLVM_DUMP_METHOD void dump() const { dump(dbgs()); }
3990+
39893991
Instruction *Inst = nullptr;
39903992

39913993
/// The TreeEntry that this instruction corresponds to.

0 commit comments

Comments
 (0)