MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / compile_inline

Function compile_inline

tests/integration/asm_fixes.rs:29–36  ·  view source on GitHub ↗
(source: &str)

Source from the content-addressed store, hash-verified

27 pipeline.compile_ir_to_assembly(&result.ir_program).expect("valid IR layout")
28}
29
30// -- Store widths --------------------------------------------------------------
31
32#[test]
33fn i32_stores_use_sw_not_sd() {
34 let asm = compile_fixture("arithmetic", "01_basic_arithmetic");
35 assert!(asm.contains("sw"), "expected 'sw' for i32 stores");
36}
37
38#[test]
39fn bool_stores_use_sb() {

Calls 3

set_write_artifactsMethod · 0.80
compileMethod · 0.45