cranelift: Support bnot, band, bor, bxor for x86_64. (#5036)
* Support `bnot`, `band`, `bor`, `bxor` for x86_64.
* Fix-up to handle `B{8,16,32,64}` type on bitops
* Fix-up conflict.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
test interpret
|
||||
test run
|
||||
target x86_64
|
||||
|
||||
function %bnot_f32(f32) -> f32 {
|
||||
block0(v0: f32):
|
||||
|
||||
Reference in New Issue
Block a user