[all-commits] [llvm/llvm-project] 5154b0: [MIBundles] Move analyzePhysReg out of MIBundleOpe...

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


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5154b0253d262be12d8f21edefd8c6d231dcf7a1
      https://github.com/llvm/llvm-project/commit/5154b0253d262be12d8f21edefd8c6d231dcf7a1
  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/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineInstrBundle.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp

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

analyzePhysReg 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: arsenm

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




More information about the All-commits mailing list