diff options
author | Vasily Khoruzhick <[email protected]> | 2019-08-18 23:03:57 -0700 |
---|---|---|
committer | Vasily Khoruzhick <[email protected]> | 2019-08-23 18:19:47 -0700 |
commit | 4e695489df70abdcbe8e9c1094e222695c181d59 (patch) | |
tree | 172d6a919b0aff952632227578be9eda74f567d5 /docs | |
parent | d11e1b790937f6b0cacbd00bc3ecddf8d0931453 (diff) |
lima/ppir: add dummy op
We can get following from NIR:
(1) r1 = r2
(2) r2 = ssa1
Note that r2 is read before it's assigned, so there's no node for
it in comp->var_nodes. We need to create a dummy node in this case
which sole purpose is to hold ppir_dest with reg in it.
Tested-by: Andreas Baierl <[email protected]>
Reviewed-by: Qiang Yu <[email protected]>
Reviewed-by: Erico Nunes <[email protected]>
Signed-off-by: Vasily Khoruzhick <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions