Support stack = cond ? stack : value
folding into a single conditional move
#662
Labels
stack = cond ? stack : value
folding into a single conditional move
#662
SEL to stack support indtroduced in #600 could be improved the same way
EraVMExpandSelect
does withrN = cond ? rN : value
andrN = cond ? value : rN
.The text was updated successfully, but these errors were encountered: