Module bugpoint

Source
Expand description

CLI tool to reduce Cranelift IR files crashing during compilation.

Structsยง

CrashCheckContext ๐Ÿ”’
MergeBlocks ๐Ÿ”’
MoveInstToEntryBlock ๐Ÿ”’
Try to move instructions to entry block.
Options
Reduce size of clif file causing panic during compilation.
RemoveBlock ๐Ÿ”’
Try to remove a block.
RemoveInst ๐Ÿ”’
Try to remove instructions.
RemoveUnusedEntities ๐Ÿ”’
Try to remove unused entities.
ReplaceBlockParamWithConst ๐Ÿ”’
Try to replace the block params with constants.
ReplaceInstWithConst ๐Ÿ”’
Try to replace instructions with iconst or fconst.
ReplaceInstWithTrap ๐Ÿ”’
Try to replace instructions with trap.

Enumsยง

CheckResult ๐Ÿ”’
ProgressStatus ๐Ÿ”’

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.