================ @@ -256,6 +256,16 @@ void DFAPacketizerEmitter::emitForItineraries( } OS << "\n};\n\n"; + // Output the mapping from proc ID to ResourceIndexStart + Idx = 1; ---------------- LuoYuanke wrote: Revised https://github.com/llvm/llvm-project/pull/158182