diff options
author | Ilia Mirkin <[email protected]> | 2015-12-02 00:38:21 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-12-02 18:51:15 -0500 |
commit | adcc547bfbef362067bb3b4e3aee75b287bc6189 (patch) | |
tree | f8d73daa1b17fa6100a1e7e9ee7682533c7ed2ba /src/hgl | |
parent | ff61ac48387d3f42ede50a572c11f404f4cd3abb (diff) |
nv50/ir: deal with loops with no breaks
For example if there are only returns, the break bb will not end up part
of the CFG. However there will have been a prebreak already emitted for
it, and when hitting the RET that comes after, we will try to insert the
current (i.e. break) BB into the graph even though it will be
unreachable. This makes the SSA code sad.
Signed-off-by: Ilia Mirkin <[email protected]>
Cc: "11.0 11.1" <[email protected]>
Diffstat (limited to 'src/hgl')
0 files changed, 0 insertions, 0 deletions