[llvm] [DirectX] Legalize lifetime intrinsics for DXIL (PR #148003)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 09:15:13 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:

Does DXILBitcodeWriter or any parent class have an allocater as a member to use here instead?

https://github.com/llvm/llvm-project/pull/148003


More information about the llvm-commits mailing list