summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/muxii-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Validate the iterators before converting them to mux.Sumanth Gundapaneni2019-11-141-0/+30
The conditional instructions that are translated to mux instructions are deleted and the iterators to these deleted instructions are being used later. This patch fixed this issue.
OpenPOWER on IntegriCloud