You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
722 B

---
name: Cranelift Bug Report
about: Report a bug or a crash in Cranelift.
title: 'Cranelift: '
labels: bug, cranelift
assignees: ''
---
Thanks for filing an issue! Please fill out the TODOs below.
### `.clif` Test Case
```
TODO: paste .clif test case here. Ideally, a test case that has been reduced via
the `clif-util bugpoint` command.
```
### Steps to Reproduce
* TODO: First, ...
* TODO: Then, ...
* Etc...
### Expected Results
TODO: What do you expect to happen?
### Actual Results
TODO: What actually happens? Panic? Segfault? Incorrect result?
### Versions and Environment
Cranelift version or commit: TODO
Operating system: TODO
Architecture: TODO
### Extra Info
Anything else you'd like to add?