bjorn3 opened Issue #2827:
Feature
When using bugpoint to reduce clif ir turn something like
function u0:0() system_v { block0: @000c v0 = iconst.i32 0 @000c trap user0 }into
function u0:0() system_v { block0: v0 = iconst.i32 0 trap user0 }Benefit
Makes the reduced clif ir a bit easier to read.
Last updated: Dec 06 2025 at 06:05 UTC