Add const_eval_select intrinsic

This commit is contained in:
Deadbeef
2021-10-12 05:06:37 +00:00
parent 0c87288f92
commit 5387b6542f
20 changed files with 334 additions and 38 deletions

View File

@@ -231,7 +231,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
}
/// Call this function -- pushing the stack frame and initializing the arguments.
fn eval_fn_call(
pub(crate) fn eval_fn_call(
&mut self,
fn_val: FnVal<'tcx, M::ExtraFnVal>,
caller_abi: Abi,