summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fast-isel-erase.ll
Commit message (Collapse)AuthorAgeFilesLines
* FastIsel: take care to update iterators when removing instructions.Tim Northover2018-12-171-0/+25
We keep a few iterators into the basic block we're selecting while performing FastISel. Usually this is fine, but occasionally code wants to remove already-emitted instructions. When this happens we have to be careful to update those iterators so they're not pointint at dangling memory. llvm-svn: 349365
OpenPOWER on IntegriCloud