[PATCH] D148811: Fix uninitialized scalar members in CodeGen

Akshay Khadse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 09:35:41 PDT 2023


akshaykhadse created this revision.
akshaykhadse added reviewers: pengfei, skan, FreddyYe, LuoYuanke, XinWang10, craig.topper.
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 some static code analysis warnings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148811

Files:
  llvm/include/llvm/CodeGen/AccelTable.h
  llvm/include/llvm/CodeGen/MachineModuleInfo.h
  llvm/include/llvm/CodeGen/MachinePipeliner.h
  llvm/include/llvm/CodeGen/RegisterPressure.h
  llvm/include/llvm/CodeGen/ScheduleDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/include/llvm/CodeGen/TileShapeInfo.h
  llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
  llvm/lib/CodeGen/GlobalMerge.cpp
  llvm/lib/CodeGen/InterleavedAccessPass.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  llvm/lib/CodeGen/SplitKit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148811.515360.patch
Type: text/x-patch
Size: 8638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/7225c271/attachment.bin>


More information about the llvm-commits mailing list