This change fixes some static code analysis warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D148811
Fix uninitialized scalar members in CodeGen ClosedPublic Authored by akshaykhadse on Apr 20 2023, 9:35 AM.
Details Summary This change fixes some static code analysis warnings.
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Apr 20 2023, 8:09 PM This revision was landed with ongoing or failed builds.Apr 20 2023, 9:22 PM Closed by commit rGaab0ca3e794a: Fix uninitialized scalar members in CodeGen (authored by akshaykhadse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515360 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
|