Property VerifyEach
VerifyEach
Gets or Sets a value indicating whether the Verifier pass is added.
[SuppressMessage("Style", "IDE0251:Make member 'readonly'", Justification = "Semantics - not readonly")]
public bool VerifyEach { get; set; }
Property Value
Remarks
The verifier pass ensures that all functions in the module are valid. This is especially useful during debugging and IR generation development.