[MIBundles] Move analyzePhysReg out of MIBundleOperands iterator (NFC).
authorFlorian Hahn <flo@fhahn.com>
Mon, 2 Dec 2019 20:00:56 +0000 (20:00 +0000)
committerFlorian Hahn <flo@fhahn.com>
Mon, 2 Dec 2019 20:47:08 +0000 (20:47 +0000)
commit5154b0253d262be12d8f21edefd8c6d231dcf7a1
tree973512357e9388181a1b65764baa5495b79ec323
parent7d019d1a3be252a885e8db1ee7af11c90b450d38
[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
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