search for: machineinstrbundleiterator

Displaying 1 result from an estimated 1 matches for "machineinstrbundleiterator".

2016 Jul 11
2
[PATCH] D22161: SystemZ: Avoid implicit iterator conversions, NFC
...anup file wouldn't have naturally occurred to me ... :-) > See PR26753 and "ilist/iplist are broken (maybe I'll fix them?)": http://lists.llvm.org/pipermail/llvm-dev/2015-October/091115.html I thought I was "finished" back in November, but I'd forgotten about MachineInstrBundleIterator (MachineBasicBlock::iterator) and then didn't find time to continue until the last few weeks. Let me summarize the big picture (adding llvm-dev since I haven't talked about this in a while): - List iterators work by having a pointer to a list node and walking "node->next" ever...