[PATCH] D70558: [MIBundles] Move analyzeVirtReg 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.
analyzeVirtReg 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/D70558
Files:
llvm/include/llvm/CodeGen/MachineInstrBundle.h
llvm/lib/CodeGen/InlineSpiller.cpp
llvm/lib/CodeGen/MachineInstrBundle.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70558.230509.patch
Type: text/x-patch
Size: 6468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/a50691ac/attachment.bin>
More information about the llvm-commits
mailing list