era-compiler-llvm icon indicating copy to clipboard operation
era-compiler-llvm copied to clipboard

Support `stack = cond ? stack : value` folding into a single conditional move

Open akiramenai opened this issue 7 months ago • 0 comments

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.

akiramenai avatar Jul 24 '24 08:07 akiramenai