[PATCH] D81269: Fix null pointer dereference in `ProfileSummaryInfo::getPSI()`
Pietro Fezzardi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 10:36:19 PDT 2020
fez updated this revision to Diff 268871.
fez added a comment.
Updated the patch to build on master. The previous one did not apply cleanly to trunk.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81269/new/
https://reviews.llvm.org/D81269
Files:
llvm/include/llvm/Analysis/ProfileSummaryInfo.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/lib/Transforms/IPO/HotColdSplitting.cpp
llvm/lib/Transforms/IPO/Inliner.cpp
llvm/lib/Transforms/IPO/PartialInlining.cpp
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81269.268871.patch
Type: text/x-patch
Size: 8628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/e5e75857/attachment-0001.bin>
More information about the llvm-commits
mailing list