era-compiler-llvm
era-compiler-llvm copied to clipboard
Support `stack = cond ? stack : value` folding into a single conditional move
SEL to stack support indtroduced in #600 could be improved the same way EraVMExpandSelect
does with rN = cond ? rN : value
and rN = cond ? value : rN
.