[all-commits] [llvm/llvm-project] 82588e: [SLP] - Add couple safety checks to TreeEntry::dum...
Sergey Dmitriev via All-commits
all-commits at lists.llvm.org
Tue Nov 5 10:00:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 82588e05cc32bb30807e480abd4e689b0dee132a
https://github.com/llvm/llvm-project/commit/82588e05cc32bb30807e480abd4e689b0dee132a
Author: Sergey Dmitriev <serguei.n.dmitriev at intel.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] - Add couple safety checks to TreeEntry::dump(). NFC
Summary: Check for MainOp and AltOp for NULL before dereferencing or issue NULL.
Reviewers: Vasilis, dtemirbulatov, RKSimon, ABataev
Reviewed By: ABataev
Subscribers: mehdi_amini, hiraditya, dexonsmith, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69812
More information about the All-commits
mailing list