[llvm] [DirectX] Legalize lifetime intrinsics for DXIL (PR #148003)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 10:25:57 PDT 2025
================
@@ -2559,8 +2559,22 @@ void DXILBitcodeWriter::writeFunctionLevelValueSymbolTable(
// to ensure the binary is the same no matter what values ever existed.
SmallVector<const ValueName *, 16> SortedTable;
+ MallocAllocator Allocator;
----------------
inbelic wrote:
Do we want to make it and `LifetimeValueNames` and then put the destruction of the names in the destructor?
https://github.com/llvm/llvm-project/pull/148003
More information about the llvm-commits
mailing list