mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
centralize stack movement
This commit is contained in:
parent
8ec3ab0963
commit
6a84d6ee83
6 changed files with 160 additions and 17 deletions
|
@ -819,6 +819,13 @@ trait Backend<'a> {
|
|||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::StrFromUtf8Range => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_FROM_UTF8_RANGE.to_string(),
|
||||
args,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::PtrCast => {
|
||||
debug_assert_eq!(
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue