Index: llvm/lib/Target/X86/X86MachineFunctionInfo.h =================================================================== --- llvm/lib/Target/X86/X86MachineFunctionInfo.h +++ llvm/lib/Target/X86/X86MachineFunctionInfo.h @@ -119,7 +119,9 @@ Optional SwiftAsyncContextFrameIdx; - ValueMap PreallocatedIds; + // Preallocated fields are only used during isel. + // FIXME: Can we find somewhere else to store these? + DenseMap PreallocatedIds; SmallVector PreallocatedStackSizes; SmallVector, 0> PreallocatedArgOffsets;