You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abrown opened this issue
Jan 29, 2022
· 3 comments
Labels
bugIncorrect behavior in the current implementation that needs fixingcraneliftIssues related to the Cranelift code generatorisleRelated to the ISLE domain-specific language
--- stderr
thread 'main' panicked at 'assertion failed: !tyenv.errors.is_empty()', cranelift/isle/isle/src/sema.rs:1055:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Versions and Environment
Cranelift version or commit: latest HEAD
The text was updated successfully, but these errors were encountered:
abrown
added
bug
Incorrect behavior in the current implementation that needs fixing
cranelift
Issues related to the Cranelift code generator
labels
Jan 29, 2022
bugIncorrect behavior in the current implementation that needs fixingcraneliftIssues related to the Cranelift code generatorisleRelated to the ISLE domain-specific language
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
The text was updated successfully, but these errors were encountered: