You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%22 will always evaluate to true because the wait operation will only branch if one of its sensitivity values changes. We should add a folder/canonicalizer that performs this simplification.
The code responsible for generating this pattern is in MooreToCore in the WaitEventOp lowering pattern.
The text was updated successfully, but these errors were encountered:
Lowering the following with
circt-verilog
results in this MLIR:
%22
will always evaluate totrue
because the wait operation will only branch if one of its sensitivity values changes. We should add a folder/canonicalizer that performs this simplification.The code responsible for generating this pattern is in MooreToCore in the WaitEventOp lowering pattern.
The text was updated successfully, but these errors were encountered: