YJIT: handle expandarray_rhs_too_small case (#8161)
YJIT: fix csel bug in x86 backend, add test
Remove commented out lines
Refactor expandarray to use chain guards
Propagate Type::Nil when known
Update yjit/src/codegen.rs
Co-authored-by: Takashi Kokubun takashikkbn@gmail.com
Add missing counter, use get_array_ptr() in expandarray
Make change suggested by Kokubun to reuse loop
YJIT: handle expandarray_rhs_too_small case (#8161)
YJIT: fix csel bug in x86 backend, add test
Remove commented out lines
Refactor expandarray to use chain guards
Propagate Type::Nil when known
Update yjit/src/codegen.rs
Co-authored-by: Takashi Kokubun takashikkbn@gmail.com
Add missing counter, use get_array_ptr() in expandarray
Make change suggested by Kokubun to reuse loop
Co-authored-by: Takashi Kokubun takashikkbn@gmail.com