Files
clang-p2996/llvm/lib/CodeGen/MachineBasicBlock.cpp
Carl Ritson 386f390391 [MachineBasicBlock] Fix SlotIndexUpdater for insertion order (#69424)
Follow up fix for #68786 to address that MachineFunction handleInsertion
is actually called before a new instruction has been inserted into the
block. Hence new instructions must be recorded and SlotIndex updates
performed after the delegate call.
2023-10-21 16:31:19 +09:00

59 KiB