Hans-Kristian Arntzen
|
b3f6e3de8e
|
Fix CFG::update_common_dominator.
The algorithm was too conservative causing lots of unnecessary
temporaries to be created.
|
2018-01-24 20:32:11 +01:00 |
|
Hans-Kristian Arntzen
|
7d223b8987
|
Fix CFG for forwarded temporaries.
Forwarded temporaries would never declare a temporary.
Figure out all result types ahead of time so we can deal with those
temporaries as well.
|
2018-01-18 12:11:33 +01:00 |
|
Hans-Kristian Arntzen
|
0f4adaa09d
|
Handle OpUnreachable in code-gen.
Forgot to add it to emit_block_chain. It should just be a noop.
|
2018-01-15 09:35:09 +01:00 |
|