Cranelift: fcvt_to_{u,s}int{,_sat}
not implemented for {i8,i16}
types on x64
#4897
Labels
bug
Incorrect behavior in the current implementation that needs fixing
cranelift:area:x64
Issues related to x64 codegen
cranelift
Issues related to the Cranelift code generator
👋 Hey,
This came up when trying to fuzz #4884
.clif
Test CaseSo this is a bunch of separate cases, I can split it into multiple issues if you'd like:
fcvt_to_uint
fcvt_to_sint
fcvt_to_uint_sat
fcvt_to_sint_sat
Steps to Reproduce
clif-util ./the-above.clif
Expected Results
The above tests to pass.
Actual Results
This fails in the first function but all of the functions in all test cases crash with a similar error.
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x64
The text was updated successfully, but these errors were encountered: