-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cranelift: Interpreter panic when bitcasting SIMD values #5915
Copy link
Copy link
Closed
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingcraneliftIssues related to the Cranelift code generatorIssues related to the Cranelift code generatorcranelift:E-easyIssues suitable for newcomers to investigate, including Rust newcomers!Issues suitable for newcomers to investigate, including Rust newcomers!good first issueIssues that are good for new contributors to tackle!Issues that are good for new contributors to tackle!
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingcraneliftIssues related to the Cranelift code generatorIssues related to the Cranelift code generatorcranelift:E-easyIssues suitable for newcomers to investigate, including Rust newcomers!Issues suitable for newcomers to investigate, including Rust newcomers!good first issueIssues that are good for new contributors to tackle!Issues that are good for new contributors to tackle!
👋 Hey,
.clifTest CaseSteps to Reproduce
cd craneliftcargo run -- test ./the-above.clifExpected Results
The test to pass.
Actual Results
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: Interpreter (x86_64 host)
Extra Info
If anyone needs help working on this let me know!