Files
clang-p2996/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
Akshay Khadse 8bf7f86d79 Fix uninitialized pointer members in CodeGen
This change initializes the members TSI, LI, DT, PSI, and ORE pointer feilds of the SelectOptimize class to nullptr.

Reviewed By: LuoYuanke

Differential Revision: https://reviews.llvm.org/D148303
2023-04-17 16:32:46 +08:00

6.1 KiB