[PATCH] D148912: [Coverity] Fix explicit null dereferences

Akshay Khadse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 03:01:35 PDT 2023


akshaykhadse created this revision.
akshaykhadse added reviewers: pengfei, skan, FreddyYe, LuoYuanke, XinWang10.
Herald added subscribers: hiraditya, MatzeB.
Herald added a project: All.
akshaykhadse requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This change fixes static code analysis errors


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148912

Files:
  llvm/include/llvm/ADT/SparseSet.h
  llvm/include/llvm/CodeGen/PBQP/CostAllocator.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/ScheduleDAG.cpp
  llvm/lib/CodeGen/ValueTypes.cpp
  llvm/lib/IR/Mangler.cpp
  llvm/lib/TableGen/Record.cpp
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148912.515666.patch
Type: text/x-patch
Size: 4812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230421/dd1bfde2/attachment.bin>


More information about the llvm-commits mailing list