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:
Jun Ryung Ju
2022-11-19 00:45:54 +09:00
committed by GitHub
parent 7e4077805b
commit e5f93d9ec0
3 changed files with 67 additions and 34 deletions

View File

@@ -1,4 +1,6 @@
test interpret
test run
target x86_64
function %bnot_f32(f32) -> f32 {
block0(v0: f32):