[all-commits] [llvm/llvm-project] 11f311: [LiveRegUnits] Add phys_regs_and_masks iterator ra...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Dec 11 01:35:36 PST 2019


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

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveRegUnits.h
    M llvm/lib/CodeGen/LivePhysRegs.cpp
    M llvm/lib/CodeGen/LiveRegUnits.cpp

  Log Message:
  -----------
  [LiveRegUnits] Add phys_regs_and_masks iterator range (NFC).

This iterator range just includes physical registers and register masks,
which are interesting when dealing with register liveness.

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

Reviewed By: paquette

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




More information about the All-commits mailing list