Expand description
CLI tool to reduce Cranelift IR files crashing during compilation.
Structsยง
- Crash
Check ๐Context - Merge
Blocks ๐ - Move
Inst ๐ToEntry Block - Try to move instructions to entry block.
- Options
- Reduce size of clif file causing panic during compilation.
- Remove
Block ๐ - Try to remove a block.
- Remove
Inst ๐ - Try to remove instructions.
- Remove
Unused ๐Entities - Try to remove unused entities.
- Replace
Block ๐Param With Const - Try to replace the block params with constants.
- Replace
Inst ๐With Const - Try to replace instructions with
iconst
orfconst
. - Replace
Inst ๐With Trap - Try to replace instructions with
trap
.
Enumsยง
- Check
Result ๐ - Progress
Status ๐
Traitsยง
- Mutator ๐
Functionsยง
- block_
count ๐ - get_
panic_ ๐string - inst_
count ๐ - next_
inst_ ๐ret_ prev - reduce ๐
- replace_
with_ ๐const - run
- try_
remove_ ๐srclocs - Remove sourcelocs if the function still crashes after they are removed, to make the reduced clif IR easier to read.
- try_
resolve_ ๐aliases - Resolve aliases only if function still crashes after this.