llvm-project
ad68e5d5 - [LiveDebugVariables] Use bundle-aware iterators consistently (#159471)

Commit
2 days ago
[LiveDebugVariables] Use bundle-aware iterators consistently (#159471) Most of the pass works in terms of MachineBasicBlock::iterator (MachineInstrBundleIterator), but here one is constructed from an arbitrary instruction which may be within a bundle, causing an assertion.
Author
Parents
Loading