[all-commits] [llvm/llvm-project] f83833: [SlotIndexes] Add insertion point for insertMBBInt...

Carl Ritson via All-commits all-commits at lists.llvm.org
Fri Apr 24 18:12:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f83833868b459b176ff7554053bd40b70cd42af0
      https://github.com/llvm/llvm-project/commit/f83833868b459b176ff7554053bd40b70cd42af0
  Author: Carl Ritson <carl.ritson at amd.com>
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveIntervals.h
    M llvm/include/llvm/CodeGen/SlotIndexes.h

  Log Message:
  -----------
  [SlotIndexes] Add insertion point for insertMBBIntoMaps

Summary:
Allow the specification of an insertion point (MachineInstr)
for insertMBBIntoMaps.
This makes it possible to update slot indexes and live intervals
when trivially splitting a block by specifying the point of the
split as the insertion point for the block in the maps.

Reviewers: qcolombet, arsenm, kariddi, MaskRay, tpr

Reviewed By: kariddi

Subscribers: MatzeB, wdng, arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78417




More information about the All-commits mailing list