[PATCH] D70559: [MIBundles] Move analyzePhysReg out of MIBundleOperands iterator (NFC).

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


fhahn created this revision.
fhahn added reviewers: evandro, t.p.northover, paquette, MatzeB, arsenm.
Herald added subscribers: hiraditya, wdng, qcolombet.
Herald added a project: LLVM.
fhahn updated this revision to Diff 230511.
fhahn added a comment.

Clang format.


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70559

Files:
  llvm/include/llvm/CodeGen/MachineInstrBundle.h
  llvm/lib/CodeGen/InlineSpiller.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/MachineInstrBundle.cpp
  llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70559.230511.patch
Type: text/x-patch
Size: 6731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/620c3e82/attachment.bin>


More information about the llvm-commits mailing list