riscv64: Move is_null/is_invalid to ISLE (#5874)
* riscv64: Move `is_null`/`is_invalid` to ISLE * riscv64: Fix `is_invalid` codegen * Implement review suggestions Thanks! Co-authored-by: Jamey Sharp <jamey@minilop.net> --------- Co-authored-by: Jamey Sharp <jamey@minilop.net>
This commit is contained in:
@@ -2,6 +2,7 @@ test run
|
||||
target aarch64
|
||||
target x86_64
|
||||
target s390x
|
||||
target riscv64gc
|
||||
; the interpreter does not support bitcasting to/from references
|
||||
|
||||
function %bitcast_ir64(i64) -> i8 {
|
||||
|
||||
@@ -3,6 +3,7 @@ test run
|
||||
target aarch64
|
||||
target x86_64
|
||||
target s390x
|
||||
target riscv64gc
|
||||
|
||||
function %is_null_true_r64() -> i8 {
|
||||
block0:
|
||||
|
||||
Reference in New Issue
Block a user