Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ get_ext_opcode
Function
get_ext_opcode
cranelift/codegen/src/alias_analysis.rs:458–464 ·
view source on GitHub ↗
(op: Opcode)
Source
from the content-addressed store, hash-verified
456
}
457
458
fn get_ext_opcode(op: Opcode) -> Option<Opcode> {
459
debug_assert!(op.can_load() || op.can_store());
460
match op {
461
Opcode::Load | Opcode::Store => None,
462
_ => Some(op),
463
}
464
}
Callers
1
process_inst
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected