Open blishko opened 3 weeks ago
In many cases, instcombine and simplifycfg pasess adds new instructions, which are not supported yet. So I left only instsimplify.
Let's keep this open for future development. Can you document which instructions that are not supported are added by the simplification passes?
Possible passes that could simplify the IR are
instcombine
(followed bysimplifycfg
) andinstsimplify
.