gpu-compute: Fix bug with return in cfg
Review Request #3587 - Created Aug. 4, 2016 and discarded
| Information | |
|---|---|
| Michael LeBeane | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11553:497b036b96a4 --------------------------- gpu-compute: Fix bug with return in cfg Connecting basic blocks would stop too early in kernels where ret was not the last instruction. This patch allows basic blocks after the ret instruction to be properly connected.
