Cranelift: x64 backend crashes compiling a standalone iadd_pairwise
#3273
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, In #3272 @dheaton-arm implemented tests for a standalone
iadd_pairwise
instruction without aswiden_low
/swiden_high
/uwiden_low
/uwiden_high
instruction as an input. It looks like this case is not implemented in the x64 backend, instead we always perform an optimization and merge those previous instructions..clif
Test CaseSteps to Reproduce
Run
clif-util the-above.clif
Expected Results
Tests to pass
Actual Results
Cranelift crashes with:
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x64
Extra Info
The test file above should be in-tree at
cranelift/filetests/filetests/runtests/simd-iaddpairwise.clif
, once #3272 is merged.The text was updated successfully, but these errors were encountered: