-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cranelift: ISLE extraction panics #3743
Copy link
Copy link
Open
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 generatorisleRelated to the ISLE domain-specific languageRelated to the ISLE domain-specific language
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 generatorisleRelated to the ISLE domain-specific languageRelated to the ISLE domain-specific language
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
When I create a new extractor, one to extract the comparison flag from a comparison referenced by
select, ISLE panics.Steps to Reproduce
Add:
Then run:
Expected Results
The ISLE code to generate without failure.
Actual Results
Versions and Environment
Cranelift version or commit: latest
HEAD