[PATCH] D70562: [LiveRegUnits] Add phys_regs_and_masks iterator range (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 12:49:20 PST 2019


fhahn created this revision.
fhahn added reviewers: evandro, t.p.northover, paquette, MatzeB, arsenm.
Herald added subscribers: hiraditya, wdng.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70562

Files:
  llvm/include/llvm/CodeGen/LiveRegUnits.h
  llvm/lib/CodeGen/LivePhysRegs.cpp
  llvm/lib/CodeGen/LiveRegUnits.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70562.230514.patch
Type: text/x-patch
Size: 4436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/cae89096/attachment.bin>


More information about the llvm-commits mailing list