We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a8c53 commit 406b626Copy full SHA for 406b626
ocaml/testsuite/tests/float-unboxing/float_subst_boxed_number.ml
@@ -176,6 +176,7 @@ let () =
176
check_noalloc "unbox only if useful" unbox_only_if_useful;
177
check_noalloc "ignore useless args" ignore_useless_args;
178
179
+ (* CR xclerc for lukemaurer: enable these test for both flambda 1 and 2. *)
180
if Config.flambda then begin
181
check_noalloc "float and int32 record" unbox_record;
182
check_noalloc "eliminate intermediate immutable float record"
0 commit comments