Closed
Description
For const moves, it uses the constant instruction:
sdk/runtime/vm/compiler/backend/flow_graph_compiler_arm.cc
Lines 906 to 916 in 5403dc4
And this instruction doesn't support kUnboxedFloat, and silently does the wrong thing on some archs:
Silent failure on arm32, assuming kTagged:
sdk/runtime/vm/compiler/backend/il_arm.cc
Lines 903 to 917 in 5403dc4
Discovered on https://dart-review.googlesource.com/c/sdk/+/284300/59