feat: SCC analysis (thunk capture WIP)
This commit is contained in:
@@ -184,7 +184,7 @@ impl<'ctx> Helpers<'ctx> {
|
||||
self.value_type
|
||||
.const_named_struct(&[
|
||||
self.int_type.const_int(ValueTag::Int as _, false).into(),
|
||||
self.const_int(int).into()
|
||||
self.const_int(int).into(),
|
||||
])
|
||||
.into()
|
||||
}
|
||||
@@ -197,7 +197,7 @@ impl<'ctx> Helpers<'ctx> {
|
||||
self.value_type
|
||||
.const_named_struct(&[
|
||||
self.int_type.const_int(ValueTag::Float as _, false).into(),
|
||||
self.const_float(float).into()
|
||||
self.const_float(float).into(),
|
||||
])
|
||||
.into()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user