This is an archive of the discontinued LLVM Phabricator instance.

[MIBundle] Remove unused/obsolete MIOperands/ConstMIOperands (NFC).
ClosedPublic

Authored by fhahn on Nov 21 2019, 12:44 PM.

Details

Summary

Those iterators are unused and the respective iterators from
MachineInstr should be used (e.g. MachineInstr::operands(),
https://llvm.org/doxygen/classllvm_1_1MachineInstr.html#aef0e7e42e45e15f86b2a122b56ab829c)

Diff Detail

Event Timeline

fhahn created this revision.Nov 21 2019, 12:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2019, 12:44 PM
Herald added a subscriber: wdng. · View Herald Transcript
fhahn added a reviewer: ab.Dec 3 2019, 1:42 PM
fhahn edited the summary of this revision. (Show Details)Dec 4 2019, 3:43 AM
ab accepted this revision.Dec 4 2019, 10:31 AM
ab added inline comments.
llvm/include/llvm/CodeGen/MachineInstrBundle.h
80–81

Not on "a MachineInstr" anymore

This revision is now accepted and ready to land.Dec 4 2019, 10:31 AM
This revision was automatically updated to reflect the committed changes.