[all-commits] [llvm/llvm-project] 22b23a: [Coverity] Fix explicit null dereferences
Akshay Khadse via All-commits
all-commits at lists.llvm.org
Sat Apr 22 21:07:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22b23a5213b57ce1834f5b50fbbf8a50297efc8a
https://github.com/llvm/llvm-project/commit/22b23a5213b57ce1834f5b50fbbf8a50297efc8a
Author: Akshay Khadse <akshayskhadse at gmail.com>
Date: 2023-04-23 (Sun, 23 Apr 2023)
Changed paths:
M llvm/include/llvm/ADT/SparseSet.h
M llvm/include/llvm/CodeGen/PBQP/CostAllocator.h
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/ScheduleDAG.cpp
M llvm/lib/CodeGen/ValueTypes.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/TableGen/Record.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/utils/TableGen/GlobalISelEmitter.cpp
Log Message:
-----------
[Coverity] Fix explicit null dereferences
This change fixes static code analysis errors
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D148912
More information about the All-commits
mailing list