summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/circ-load-isel.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Remove dead nodes from SelectionDAG to avoid cyclesKrzysztof Parzyszek2016-05-131-0/+18
Recent changes to the instruction selection code exposed a problem where a dead node was not removed on time. This node had both input and output chains, which lead to an apparent cycle. llvm-svn: 269458
OpenPOWER on IntegriCloud