Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move null check in
unsafe_convert
of RefValue (#55766)
LLVM can optimize out this check but our optimizer can't, so this leads to smaller IR in most cases.
- Loading branch information