Files
wasmtime/cranelift/filetests/regalloc/global-fixed.cton
Dan Gohman 1c760ab179 Rename intel to x86.
x86 is the more accurate name, as there are non-Intel x86 implementations.

Fixes #263.
2018-04-12 10:02:16 -07:00

18 lines
206 B
Plaintext

test regalloc
set is_64bit=1
isa x86 haswell
function %foo() system_v {
ebb4:
v3 = iconst.i32 0
jump ebb3
ebb3:
v9 = udiv v3, v3
jump ebb1
ebb1:
v19 = iadd.i32 v9, v9
jump ebb3
}