Files
clang-p2996/llvm/lib/CodeGen/LiveRegMatrix.cpp
Akshat Oke 50054ba2f4 [CodeGen] LiveRegMatrix: Use allocator through a unique_ptr (#120556)
`LIU::Matrix` holds on to a pointer to the allocator in LiveRegMatrix and is left hanging when the allocator moves with the LiveRegMatrix.

This extends the lifetime of the allocator so that it does not get destroyed when moving a LiveRegMatrix object.
2025-01-01 14:54:08 +05:30

11 KiB