Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mir_enable_passes

use like -Zmir-enable-passes=+DestinationPropagation,-InstSimplify. Forces the specified passes to be enabled, overriding all other checks. In particular, this will enable unsound (known-buggy and hence usually disabled) passes without further warning! Passes that are not specified are enabled or disabled by other flags as usual.

This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.