[all-commits] [llvm/llvm-project] 5d0625: [MIBundles] Move analyzeVirtReg out of MIBundleOpe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Dec 2 11:51:12 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d0625664bf013ad2be52d3204dcd738bb2bf44c
      https://github.com/llvm/llvm-project/commit/5d0625664bf013ad2be52d3204dcd738bb2bf44c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineInstrBundle.h
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/MachineInstrBundle.cpp

  Log Message:
  -----------
  [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).

analyzeVirtReg does not really fit into the iterator and moving it
makes it easier to change the base iterator.

Reviewers: evandro, t.p.northover, paquette, MatzeB, arsenm, qcolombet

Reviewed By: qcolombet

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




More information about the All-commits mailing list