Skip to content

Commit 406b626

Browse files
committed
Add CR to enable test for flambda2 compilers.
1 parent 23a8c53 commit 406b626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/testsuite/tests/float-unboxing/float_subst_boxed_number.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ let () =
176176
check_noalloc "unbox only if useful" unbox_only_if_useful;
177177
check_noalloc "ignore useless args" ignore_useless_args;
178178

179+
(* CR xclerc for lukemaurer: enable these test for both flambda 1 and 2. *)
179180
if Config.flambda then begin
180181
check_noalloc "float and int32 record" unbox_record;
181182
check_noalloc "eliminate intermediate immutable float record"

0 commit comments

Comments
 (0)